Skip to content

Commit 4e58ae5

Browse files
committed
lint
1 parent 178c043 commit 4e58ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sources/swap-source.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe('swap Event Operator', () => {
107107
expect(el.value).toEqual('');
108108
});
109109

110-
110+
111111

112112
it('Swaps a value using a function that generates new value from old', () => {
113113
const oldValue = 'test';

0 commit comments

Comments
 (0)