Skip to content

Commit eeb05f2

Browse files
committed
chore: format
1 parent 5f21d4f commit eeb05f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/fixtures/test-package/esm-multiple-export.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export default {
1111
return action;
1212
}),
1313
baz: {
14-
exec: (async (req, action) => {
14+
exec: async (req, action) => {
1515
console.log('not a real plugin object');
16-
}),
16+
},
1717
},
1818
};

0 commit comments

Comments
 (0)