Skip to content

Commit 36d77cc

Browse files
committed
formatting bug
1 parent a417a68 commit 36d77cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/corpus-view.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ function createGitcassoScript(
562562
): string {
563563
const contentScriptSetup = contentScriptCode
564564
? // Direct embedding (for HTML corpus)
565-
`
565+
`
566566
// Set up mocked location
567567
window.gitcassoMockLocation = {
568568
host: '${urlParts.host}',
@@ -589,7 +589,7 @@ function createGitcassoScript(
589589
}
590590
`
591591
: // Fetch-based loading (for HAR corpus)
592-
`
592+
`
593593
// Fetch and patch the content script to remove webextension-polyfill issues
594594
fetch('/chrome-mv3-dev/content-scripts/content.js')
595595
.then(response => response.text())

0 commit comments

Comments
 (0)