Skip to content

Commit 07271f5

Browse files
committed
formatting fixed
1 parent df063ca commit 07271f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycode/memilio-generation/memilio/generation/graph_visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def _output_cursor_and_children(cursor: Cursor, ast: AST, writer: Callable[[int,
143143
f'{file_path}:{line_number}')
144144
else:
145145
cursor_label = f'ID:{cursor_id} {
146-
cursor_kind} {file_path}:{line_number}'
146+
cursor_kind} {file_path}: {line_number}'
147147

148148
writer(level, cursor_label)
149149

0 commit comments

Comments
 (0)