Skip to content

Commit

Permalink
refactor: fix checkstyle warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Bananeweizen committed Jan 19, 2025
1 parent 2fdf13b commit ba07ad9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,8 @@ public static ICheckConfiguration getDefaultCheckConfiguration() {
return sDefaultBuiltInConfig;
} else if (!sConfigurations.isEmpty()) {
return sConfigurations.get(0);
} else {
return null;
}
return null;
}

/**
Expand Down

0 comments on commit ba07ad9

Please sign in to comment.