From 0826256e0fa11da839acf9cd1b00c9303fd10140 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 --- system/ohai.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/ohai.py b/system/ohai.py index 6f066ec5ad8..d71d581b628 100644 --- a/system/ohai.py +++ b/system/ohai.py @@ -54,5 +54,3 @@ def main(): from ansible.module_utils.basic import * main() - -