Skip to content

Commit

Permalink
Fixed sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Dec 22, 2024
1 parent b85cfd7 commit 7fe89f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import java.util.Arrays;

@SuppressWarnings("unused")
@SuppressWarnings({"unused", "java:S1172"})
public class Solution {
public boolean checkValidCuts(int n, int[][] rectangles) {
int m = rectangles.length;
Expand Down

0 comments on commit 7fe89f1

Please sign in to comment.