Skip to content

Commit e4948e9

Browse files
committed
test: Fix formatting in test file
1 parent f25fce0 commit e4948e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/test-husky.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This is a test file to verify that Husky and lint-staged are working correctly
2-
const testFunction = ( ) => {
2+
const testFunction = () => {
33
console.log('Hello, world!');
44
};
55

6-
export default testFunction;
6+
export default testFunction;

0 commit comments

Comments
 (0)