Corrected checkstyles warning

This commit is contained in:
Cyrus 2020-09-30 12:26:46 -04:00
parent 35dcc226a6
commit cb4dc0aa7f

View File

@ -449,8 +449,8 @@ public class SupplyChainValidationServiceImpl implements SupplyChainValidationSe
fwStatus.setMessage("Firmware validation of TPM Quote successful.");
} else {
fwStatus.setMessage("Firmware validation of TPM Quote failed." +
"\nPCR hash and Quote hash do not match.");
fwStatus.setMessage("Firmware validation of TPM Quote failed."
+ "\nPCR hash and Quote hash do not match.");
}
}