Skip to content

Commit 222f0db

Browse files
committed
Fix sanity whitespace isses
1 parent 9e3cece commit 222f0db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugins/module_utils/dataset_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
MVS_CMD_RETRY_ATTEMPTS = 10
1616

17+
1718
def _dataset_size(unit, primary, secondary): # type: (str,int,int) -> dict
1819
return {
1920
"unit": unit,

plugins/module_utils/local_catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _run_dfhccutl(starting_catalog): # type: (_data_set) -> [_execution]
4747
)
4848
else:
4949
break
50-
50+
5151
return executions
5252

5353

0 commit comments

Comments
 (0)