mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-04-07 19:34:27 +00:00
minor change for spotbug
This commit is contained in:
parent
99f93d521a
commit
90f7a3e94b
@ -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