Skip to content

Commit badccff

Browse files
MonicaGCopilot
andauthored
Update utils/stackoverflow/merge_so2ghd_files.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3195500 commit badccff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/stackoverflow/merge_so2ghd_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
logging.basicConfig(stream=sys.stdout, level=logging.INFO)
99

1010
class MergeFiles:
11-
"""Class to handle merging of two so2ghd log files."""
11+
"""Class to handle merging of two so2ghd log files."""
1212

1313
def __init__(self, base_file: str, patch_file: str, new_file: str):
1414
self.base_file = base_file

0 commit comments

Comments
 (0)