Skip to content

Commit eb674a6

Browse files
authored
Tweak whitespacing
1 parent 6ad391a commit eb674a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webdoc-template-library/src/template-plugins/LinkerPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function LinkerPluginShell() {
165165

166166
// Provide fallback if URL
167167
if (siteDomain === undefined && isURL) {
168-
const { origin, pathname } = new URL(uri);
168+
const {origin, pathname} = new URL(uri);
169169

170170
siteDomain = origin;
171171
siteRoot = path.dirname(pathname);

0 commit comments

Comments
 (0)