Skip to content

Commit 18f8aec

Browse files
lubegasimonjonludlam
authored andcommitted
PR review update
Signed-off-by: lubegasimon <[email protected]>
1 parent 0c6a8f6 commit 18f8aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/reference.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ let tokenize location s =
128128
scan_identifier started_at
129129
(open_parenthesis_count - 1)
130130
(index - 1) tokens
131-
| '"' when open_parenthesis_count = 0 -> (
131+
| '"' -> (
132132
try
133133
scan_identifier started_at 0
134134
(String.rindex_from s (index - 1) '"' - 1)

0 commit comments

Comments
 (0)