Skip to content

Commit c7b34d8

Browse files
committed
Remove whitespace
Signed-off-by: Luis Liu <[email protected]>
1 parent 25d688c commit c7b34d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4002,7 +4002,7 @@ def get_support_assist_settings(self):
40024002
return SupportAssist(self.support_assist_api, self.module).get_support_assist_settings()
40034003
else:
40044004
return {}
4005-
4005+
40064006
def get_maintenance_settings(self):
40074007
"""Get maintenance settings based on the version."""
40084008
if self.major > 9 or (self.major == 9 and self.minor > 9):

0 commit comments

Comments
 (0)