Skip to content

Commit 746deee

Browse files
committed
sonar cleanup - spacing
1 parent 3e8536f commit 746deee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/python/wlsdeploy/aliases/alias_entries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def get_model_folder_path_for_location(self, location):
296296
"""
297297
_method_name = 'get_model_folder_path_for_location'
298298

299-
_logger.entering(str(location),class_name=_class_name, method_name=_method_name)
299+
_logger.entering(str(location), class_name=_class_name, method_name=_method_name)
300300

301301
# Initialize return variable
302302
model_folder_path = ''

0 commit comments

Comments
 (0)