From 117a7135023a04cd4c1a0e6f1c5df68647137b35 Mon Sep 17 00:00:00 2001 From: Thomas Jackson Date: Sat, 17 Oct 2015 11:09:10 -0700 Subject: [PATCH] style cleanup --- salt/client/mixins.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/salt/client/mixins.py b/salt/client/mixins.py index f3c220d4cc..f076b60660 100644 --- a/salt/client/mixins.py +++ b/salt/client/mixins.py @@ -84,13 +84,13 @@ class ClientFuncsDict(collections.MutableMapping): user = salt.utils.get_specific_user() return self.client._proc_function( - key, - low, - user, - async_pub['tag'], # TODO: fix - async_pub['jid'], # TODO: fix - False, # Don't daemonize - ) + key, + low, + user, + async_pub['tag'], # TODO: fix + async_pub['jid'], # TODO: fix + False, # Don't daemonize + ) return wrapper def __len__(self):