Skip to content

Commit b5e7e57

Browse files
committed
lint 오류 해결
1 parent 536fa3c commit b5e7e57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contains-duplicate/toychip.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ public boolean containsDuplicate(int[] nums) {
1313
}
1414
return false;
1515
}
16-
}
16+
}

two-sum/toychip.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ public int[] twoSum(int[] nums, int target) {
99
}
1010
return null;
1111
}
12-
}
12+
}

0 commit comments

Comments
 (0)