Skip to content

Commit 6dd73b4

Browse files
committed
run formatter on test file
1 parent 2d525ca commit 6dd73b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/utils/_Cache/_Cache.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('_Cache', () => {
1111
cache.set('bar', 456);
1212

1313
expect(cache.get('bar')).toBe(456);
14-
14+
1515
expect(cache.get('foo')).toBeUndefined();
1616
});
1717
test('should allow deleting', () => {

0 commit comments

Comments
 (0)