Skip to content

Commit 03e9f58

Browse files
committed
Fix spacing in Source module
1 parent 1fc5a5a commit 03e9f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gdbinit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ class Source(Dashboard.Module):
12271227
# the current line has a different style without ANSI
12281228
if R.ansi:
12291229
if self.highlighted and not self.highlight_line:
1230-
line_format = '{}' + ansi(number_format, R.style_selected_1) + ' {}'
1230+
line_format = '{}' + ansi(number_format, R.style_selected_1) + ' {}'
12311231
else:
12321232
line_format = '{}' + ansi(number_format + ' {}', R.style_selected_1)
12331233
else:

0 commit comments

Comments
 (0)