Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4107eab

Browse files
fix build
1 parent bf5bdde commit 4107eab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/fishercoder/solutions/_1198.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public int smallestCommonElement(int[][] mat) {
3333
if (i == m) {
3434
return minCommon;
3535
}
36-
3736
}
3837
return -1;
3938
}

0 commit comments

Comments
 (0)