Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Feb 27, 2024
1 parent d59f138 commit 641a9ba
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -444,8 +444,8 @@ public boolean initialized() {
}

public boolean healthy() {
return initialized() &&
getResourceExtensions().stream().allMatch(SchemaRegistryResourceExtension::healthy);
return initialized()
&& getResourceExtensions().stream().allMatch(SchemaRegistryResourceExtension::healthy);
}

/**
Expand Down

0 comments on commit 641a9ba

Please sign in to comment.