Autoformat.

This commit is contained in:
Max Schaefer
2023-10-26 15:36:06 +01:00
parent f42bd28ca9
commit 08cc8b8e80
3 changed files with 11 additions and 8 deletions

View File

@@ -23,4 +23,5 @@ where
)
or
operation.getBlockMode().isWeak() and msgPrefix = "The block mode " + operation.getBlockMode()
select operation, msgPrefix + " (configured $@) is broken or weak, and should not be used.", operation.getInitialization(), "here"
select operation, msgPrefix + " (configured $@) is broken or weak, and should not be used.",
operation.getInitialization(), "here"