mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-17 10:20:04 +00:00
minor change for spotbug
This commit is contained in:
parent
99f5b36823
commit
cbafa97d5d
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user