Skip to content

Commit 77d4de1

Browse files
committed
Fix lint errors.
1 parent 6ac4813 commit 77d4de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/gestures.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
<label for="anInput">The label</label>
733733
`;
734734
document.body.appendChild(container);
735-
})
735+
});
736736

737737
teardown(function() {
738738
document.body.removeChild(container);

0 commit comments

Comments
 (0)