Skip to content

Commit 4ae20c8

Browse files
committed
missing white-space
1 parent 7ed8a3b commit 4ae20c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyls/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ def is_process_alive(pid):
196196

197197

198198
def camel_to_underscore(camelcase):
199-
return re.sub('([A-Z]+)', r'_\1',camelcase).lower()
199+
return re.sub('([A-Z]+)', r'_\1', camelcase).lower()

0 commit comments

Comments
 (0)