Skip to content

Commit c100b40

Browse files
authored
run prettier
1 parent e365a73 commit c100b40

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/w3c/headers.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -667,9 +667,10 @@ function derivePubSpace(conf) {
667667

668668
if (
669669
(conf.group === "tag" || conf.group === "ab") &&
670-
conf.canonicalURI === "TR") {
671-
return `/TR`
672-
}
670+
conf.canonicalURI === "TR"
671+
) {
672+
return `/TR`;
673+
}
673674

674675
return "";
675676
}

0 commit comments

Comments
 (0)