Skip to content

Commit dbd713e

Browse files
committed
chore: putout: actions: lint ☘️
1 parent da7e1be commit dbd713e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/test/lib/processor/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const fail = (t, message) => {
4848
const {
4949
__putout_test_fail = t.fail,
5050
} = global;
51+
5152
return __putout_test_fail(message);
5253
};
5354

packages/test/lib/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const fail = (t, message) => {
3939
const {
4040
__putout_test_fail = t.fail,
4141
} = global;
42+
4243
return __putout_test_fail(message);
4344
};
4445

0 commit comments

Comments
 (0)