Skip to content

Commit 05c1446

Browse files
Gregory PettGregory Pett
authored andcommitted
spotless
1 parent baed123 commit 05c1446

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ public Rule getRule() {
117117
*
118118
* @return the severity
119119
*/
120-
public String getSeverity() { return rule.severity; }
120+
public String getSeverity() {
121+
return rule.severity;
122+
}
121123

122124
/**
123125
* Most recent instance of the alert

0 commit comments

Comments
 (0)