Skip to content

Commit

Permalink
semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Oct 26, 2024
1 parent 9c3e429 commit f71ee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vscode/src/providers/openlog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function activateOpenLog(
uri,
<TextDocumentShowOptions>{ preview: true }
);
}
};

if (hasMinimumInspectVersion(kInspectEvalLogFormatVersion)) {
if (uri.path.endsWith(".eval")) {
Expand Down

0 comments on commit f71ee12

Please sign in to comment.