consolidated a line

This commit is contained in:
iadgovuser58 2024-04-26 14:25:45 -04:00 committed by chubtub
parent 689727fccf
commit 0a61703ca8

View File

@ -542,8 +542,7 @@ public class TpmPcrEvent {
description += "Event Content:\n" + new UefiVariable(content).toString(); description += "Event Content:\n" + new UefiVariable(content).toString();
break; break;
case EvConstants.EV_EFI_SPDM_FIRMWARE_BLOB: case EvConstants.EV_EFI_SPDM_FIRMWARE_BLOB:
EvEfiSpdmFirmwareBlob efiSpdmFwBlob = new EvEfiSpdmFirmwareBlob(content); description += "Event Content:\n" + new EvEfiSpdmFirmwareBlob(content).toString();
description += "Event Content:\n" + efiSpdmFwBlob.toString();
break; break;
default: default:
description += " Unknown Event found" + "\n"; description += " Unknown Event found" + "\n";