Skip to content

Commit 8a0cee9

Browse files
style(formatting): ran npm run format
Forgot a semicolon it appears.
1 parent 8ddac06 commit 8a0cee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/lib/core/components/utils/extract.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('function extract', () => {
1414

1515
const error = function error(): never {
1616
throw new Error('Function not implemented.');
17-
}
17+
};
1818

1919
const instance = {
2020
attributes: {},

test/lib/core/components/utils/transform.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import transform from '#lib/core/components/utils/transform';
44

55
const error = function error(): never {
66
throw new Error('Function not implemented.');
7-
}
7+
};
88

99
const instance = {
1010
attributes: {},

0 commit comments

Comments
 (0)