style: auto format whole project
This commit is contained in:
@@ -2,6 +2,6 @@ import test from 'ava';
|
||||
|
||||
const fn = () => 'foo';
|
||||
|
||||
test('fn() returns foo', t => {
|
||||
t.is(fn(), 'foo');
|
||||
test('fn() returns foo', (t) => {
|
||||
t.is(fn(), 'foo');
|
||||
});
|
||||
|
Reference in New Issue
Block a user