Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a minor formatting improvement. Before: ```bash $ tmtool-aarch64 --key-slot 0xe0e8 read ~~ TrustM initinialised ~~ Key at slot 0xe0e8 [e2, b, 5, c4, f7, 97, 40, 1, f7, 64, 8f, ff, 38, 41, 5, a1, 85, 89, af, c3, ca, 56, d5, 96, 57, 75, 4c, 42, 14, 9, 8f, 7f, 80, 84, bb, 6c, d0, 92, 52, 37, 4e, 81, b1, 22, 6a, 26, cd, 23, 85, 55, 88, 87, 58, 9b, 79, f9, 11, 8c, ec, 6f, 4, cb, bd, 63] ``` After: ```bash $ tmtool-aarch64 --key-slot 0xe0e8 read ~~ TrustM initinialised ~~ Key at slot 0xe0e8 [e2, 0b, 05, c4, f7, 97, 40, 01, f7, 64, 8f, ff, 38, 41, 05, a1, 85, 89, af, c3, ca, 56, d5, 96, 57, 75, 4c, 42, 14, 09, 8f, 7f, 80, 84, bb, 6c, d0, 92, 52, 37, 4e, 81, b1, 22, 6a, 26, cd, 23, 85, 55, 88, 87, 58, 9b, 79, f9, 11, 8c, ec, 6f, 04, cb, bd, 63] ```
- Loading branch information