diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-17 22:52:51 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-17 22:56:54 -0700 |
| commit | 40378ab30dc65e86092d5477e70ac21ec01f45b9 (patch) | |
| tree | 5123ca2424fc2508a885a81d6eb4547774054a19 /filesystem/filesystem_test.go | |
| parent | 533e16c1a40aa41212d0a23e4ab0f7ca2f560a22 (diff) | |
Changes from "make format"
Diffstat (limited to 'filesystem/filesystem_test.go')
| -rw-r--r-- | filesystem/filesystem_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem/filesystem_test.go b/filesystem/filesystem_test.go index 16bf82b..2a6baab 100644 --- a/filesystem/filesystem_test.go +++ b/filesystem/filesystem_test.go @@ -63,7 +63,7 @@ func getFakePolicy() *metadata.PolicyData { KeyDescriptor: "0123456789abcdef", Options: metadata.DefaultOptions, WrappedPolicyKeys: []*metadata.WrappedPolicyKey{ - &metadata.WrappedPolicyKey{ + { ProtectorDescriptor: "fedcba9876543210", WrappedKey: wrappedPolicyKey, }, |