Skip to content

Commit

Permalink
Silence gofmt on amd64/arm64
Browse files Browse the repository at this point in the history
for some reason, gofmt asks to add a 0x90 DCS.

Signed-off-by: Shahriyar Jalayeri <shahriyar@posteo.de>
  • Loading branch information
shjala authored and eriknordmark committed Jan 25, 2023
1 parent 0080678 commit a2c0ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pillar/cmd/tpmmgr/tpmmgr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func TestSealUnseal(t *testing.T) {
if err != nil {
t.Skip("TPM is not available, skipping the test.")
}

dataToSeal := []byte("secret")
if err := etpm.SealDiskKey(dataToSeal, etpm.DiskKeySealingPCRs); err != nil {
t.Errorf("Seal operation failed with err: %v", err)
Expand Down

0 comments on commit a2c0ef8

Please sign in to comment.