Skip to content

Commit 9763d10

Browse files
yanjostmatthiask
authored andcommitted
Remove trailing whitespace
1 parent 0d0132b commit 9763d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/panels/profiling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def func_std_string(self): # match what old profile produced
7676
if idx > -1:
7777
file_name = file_name[(idx + 14):]
7878

79-
split_path = file_name.rsplit(os.sep, 1)
79+
split_path = file_name.rsplit(os.sep, 1)
8080
if len(split_path) > 1:
8181
file_path, file_name = file_name.rsplit(os.sep, 1)
8282
else:

0 commit comments

Comments
 (0)