From 7f42dda9760bc39a063b7c665f52ea5557d9d3c7 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Thu, 8 Oct 2015 10:11:19 -0500 Subject: [PATCH] Remove unneeded spaces at the end of ohai --- lib/ansible/modules/extras/system/ohai.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ansible/modules/extras/system/ohai.py b/lib/ansible/modules/extras/system/ohai.py index b50abc9db03..8ecf725006f 100644 --- a/lib/ansible/modules/extras/system/ohai.py +++ b/lib/ansible/modules/extras/system/ohai.py @@ -52,5 +52,3 @@ def main(): from ansible.module_utils.basic import * main() - -