Skip to content

Commit

Permalink
apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Dec 1, 2022
1 parent f9bb20c commit ccd276c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ class OpenShiftSecurityContext implements SecurityContext {
// FIXME log properly
System.err.println(
String.format(
"ServiceRef [%s] did not have an annotations.cryostat.NAMESPACE value",
"ServiceRef [%s] did not have an annotations.cryostat.NAMESPACE"
+ " value",
serviceRef.getServiceUri()));
ns = defaultNamespace.get();
}
Expand Down

0 comments on commit ccd276c

Please sign in to comment.