mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-03-18 18:15:20 +00:00
minor change for spotbug
This commit is contained in:
parent
8d7268e5aa
commit
cb18765ed1
@ -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…
x
Reference in New Issue
Block a user