Skip to content

Commit f7c8e53

Browse files
Gregory PettGregory Pett
authored andcommitted
adding spotless
1 parent 6606122 commit f7c8e53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/org/kohsuke/github/GHCodeScanningAlert.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ public String getHelp() {
231231
return help;
232232
}
233233

234-
public String getSecuritySeverityLevel() { return security_severity_level; }
234+
public String getSecuritySeverityLevel() {
235+
return security_severity_level;
236+
}
235237
}
236238

237239
/**

0 commit comments

Comments
 (0)