Skip to content

Commit 2309c50

Browse files
committed
correct formatting
1 parent 345df66 commit 2309c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/robotcode/language_server/robotframework/parts/test_references.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def split(location: Optional[Location]) -> Optional[Location]:
3939
if location is None:
4040
return None
4141

42-
return Location("/".join(location.uri.split('/')[-2:]), location.range)
42+
return Location("/".join(location.uri.split("/")[-2:]), location.range)
4343

4444
result = await protocol.robot_references.collect(
4545
protocol.robot_document_highlight,

0 commit comments

Comments
 (0)