Skip to content

Commit 89c70c1

Browse files
shjalaeriknordmark
authored andcommitted
Silence gofmt on amd64/arm64
for some reason, gofmt asks to add a 0x90 DCS. Signed-off-by: Shahriyar Jalayeri <[email protected]>
1 parent 8c8d74a commit 89c70c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pillar/cmd/tpmmgr/tpmmgr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ func TestSealUnseal(t *testing.T) {
208208
if err != nil {
209209
t.Skip("TPM is not available, skipping the test.")
210210
}
211-
211+
212212
dataToSeal := []byte("secret")
213213
if err := etpm.SealDiskKey(dataToSeal, etpm.DiskKeySealingPCRs); err != nil {
214214
t.Errorf("Seal operation failed with err: %v", err)

0 commit comments

Comments
 (0)