autoformat

This commit is contained in:
erik-krogh
2022-10-01 13:21:20 +02:00
parent 129cda00db
commit 2f673efc67

View File

@@ -106,4 +106,5 @@ where
else multiCatchMsg = ""
select try.getCatchClause(second),
"This catch-clause is unreachable" + multiCatchMsg + "; it is masked $@.",
try.getCatchClause(first), "by a previous catch-clause for exceptions of type '" + masking.getName() + "'"
try.getCatchClause(first),
"by a previous catch-clause for exceptions of type '" + masking.getName() + "'"