Skip to content

Commit be6542b

Browse files
Jade-GGactions-user
authored andcommitted
Apply fixes from Prettier
1 parent 52b029e commit be6542b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/js/turbolinks.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Turbo.setProgressBarDelay(5)
1010
// This allows things placed in the body by scripts like GTM to persist
1111
Object.assign(PageRenderer.prototype, {
1212
assignNewBody() {
13-
const container = document.querySelector("#turbo-wrapper")
14-
const newContainer = this.newElement.querySelector("#turbo-wrapper")
13+
const container = document.querySelector('#turbo-wrapper')
14+
const newContainer = this.newElement.querySelector('#turbo-wrapper')
1515

1616
if (container && newContainer) {
1717
container.replaceWith(newContainer)
1818
} else {
1919
document.body.replaceWith(this.newElement)
2020
}
21-
}
21+
},
2222
})

0 commit comments

Comments
 (0)