Skip to content

Commit 2bdf096

Browse files
committed
whitespace fix
1 parent ecf14f8 commit 2bdf096

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

actions/lib/action.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ def run_ad_cmdlet(self, cmdlet, **kwargs):
306306
'stdout_dict': self.parse_output(stdout, **kwargs),
307307
'stderr_dict': self.parse_output(stderr, **kwargs)}
308308

309-
310309
if result['exit_status'] == 0:
311310
return (True, result)
312311
else:

0 commit comments

Comments
 (0)