Skip to content

Commit 43727f3

Browse files
Empty comment
1 parent 567841c commit 43727f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/annotator/integrations/html-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export class HTMLMetadata {
117117
metadata.highwire.public_url ?? [],
118118
[metadata.link.find(link => link.rel === 'canonical')?.href],
119119
];
120-
120+
// Empty comment
121121
let version: number | null = null;
122122

123123
for (const candidate of candidates) {

0 commit comments

Comments
 (0)