Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tltv committed Sep 23, 2024
1 parent 4006cc0 commit 3dfeefd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ public static void updateBuildFile(PluginAdapterBuild adapter,
}

private static boolean isControlCenterAvailable(ClassFinder classFinder) {
if(classFinder == null) {
if (classFinder == null) {
return false;
}
try {
Expand Down

0 comments on commit 3dfeefd

Please sign in to comment.