minor change for spotbug

This commit is contained in:
iadgovuser58 2024-05-09 09:48:42 -04:00 committed by chubtub
parent 99f5b36823
commit cbafa97d5d

View File

@ -196,9 +196,9 @@ public class UefiVariable {
default: default:
if (!tmpName.isEmpty()) { if (!tmpName.isEmpty()) {
efiVariable.append(String.format("Data not provided for " efiVariable.append(String.format("Data not provided for "
+ "UEFI variable named %s \n", tmpName)); + "UEFI variable named %s ", tmpName));
} else { } else {
efiVariable.append("Data not provided \n"); efiVariable.append("Data not provided ");
} }
} }
for (UefiSignatureList uefiSigList : certSuperList) { for (UefiSignatureList uefiSigList : certSuperList) {