Skip to content

Commit fbb5f5b

Browse files
lsylvestermadleech
andcommitted
Formatting
Co-authored-by: Michael Adams <[email protected]>
1 parent b1bc3a0 commit fbb5f5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actionview/test/ujs/public/test/data-disable-with.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ QUnit.test('a[data-remote][data-disable-with] re-enables when `ajax:error` event
332332
setTimeout(function() {
333333
assert.enabledState(link, 'Click me')
334334
done()
335-
}, 30) })
335+
}, 30)
336+
})
336337
.triggerNative('click')
337338
})
338339

0 commit comments

Comments
 (0)