Skip to content

Commit dc80493

Browse files
committed
fix formatting
1 parent 93cafa5 commit dc80493

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/core/regressions.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ describe('Core htmx Regression Tests', function() {
320320
div.classList.length.should.equal(0)
321321
done()
322322
})
323-
323+
324324
it('a button clicked inside an htmx enabled link will prevent the link from navigating on click', function(done) {
325325
var defaultPrevented = 'unset'
326326
var link = make('<a href="/foo" hx-get="/foo"><button>test</button></a>')
@@ -384,5 +384,4 @@ describe('Core htmx Regression Tests', function() {
384384

385385
span.click()
386386
})
387-
388387
})

0 commit comments

Comments
 (0)