Skip to content

Commit 9f03c2f

Browse files
eoolamattwynneblaisepDane Parchment
committed
fixed linting for previous commit
Co-authored-by: Matt Wynne <[email protected]> Co-authored-by: Blaise Pabon <[email protected]> Co-authored-by: Dane Parchment <[email protected]>
1 parent ea60088 commit 9f03c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support_code_library_builder/get_definition_line_and_uri.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function getDefinitionLineAndUri(
2525
uri = path.relative(cwd, uri)
2626
}
2727
}
28-
28+
2929
return {
3030
line: valueOrDefault(line, 0),
3131
uri: valueOrDefault(uri, 'unknown'),

0 commit comments

Comments
 (0)