mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-14 16:59:53 +00:00
minor change for spotbug
This commit is contained in:
parent
99f5b36823
commit
cbafa97d5d
@ -196,9 +196,9 @@ public class UefiVariable {
|
||||
default:
|
||||
if (!tmpName.isEmpty()) {
|
||||
efiVariable.append(String.format("Data not provided for "
|
||||
+ "UEFI variable named %s \n", tmpName));
|
||||
+ "UEFI variable named %s ", tmpName));
|
||||
} else {
|
||||
efiVariable.append("Data not provided \n");
|
||||
efiVariable.append("Data not provided ");
|
||||
}
|
||||
}
|
||||
for (UefiSignatureList uefiSigList : certSuperList) {
|
||||
|
Loading…
Reference in New Issue
Block a user