Skip to content

Commit 19c4a18

Browse files
committed
chore: add empty line at the end of the solution file
1 parent 196aae9 commit 19c4a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

two-sum/eunice-hong.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ function twoSum(nums: number[], target: number): number[] {
2121
}
2222

2323
throw new Error("No solution found");
24-
}
24+
}

0 commit comments

Comments
 (0)