Skip to content

Commit d666395

Browse files
committed
fix: 개행
1 parent 43deec1 commit d666395

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

contains-duplicate/soobing3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ function containsDuplicate(nums: number[]): boolean {
88
}
99
}
1010
return false;
11-
};
11+
};

two-sum/soobing3.ts

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

2828
return [];
29-
};
29+
};

0 commit comments

Comments
 (0)