Skip to content

Commit 2f673ef

Browse files
committed
autoformat
1 parent 129cda0 commit 2f673ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/ql/src/Likely Bugs/Statements/PartiallyMaskedCatch.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,5 @@ where
106106
else multiCatchMsg = ""
107107
select try.getCatchClause(second),
108108
"This catch-clause is unreachable" + multiCatchMsg + "; it is masked $@.",
109-
try.getCatchClause(first), "by a previous catch-clause for exceptions of type '" + masking.getName() + "'"
109+
try.getCatchClause(first),
110+
"by a previous catch-clause for exceptions of type '" + masking.getName() + "'"

0 commit comments

Comments
 (0)