Skip to content

Commit 32c1628

Browse files
authored
Rename 456-132-Pattern.java to 0456-132-Pattern.java
1 parent 44dc89e commit 32c1628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: java/456-132-Pattern.java renamed to java/0456-132-Pattern.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ public boolean find132pattern(int[] nums) {
2020
}
2121
return false;
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)