format code.
This commit is contained in:
parent
4437e5b89b
commit
cbfe5267ea
|
@ -10,5 +10,5 @@ test "serialize Signed Byte" {
|
|||
|
||||
try writeSignedByte(byteList.writer(), -69);
|
||||
|
||||
try std.testing.expect(std.mem.eql(u8, byteList.items, &[_]u8{ 0xBB }));
|
||||
try std.testing.expect(std.mem.eql(u8, byteList.items, &[_]u8{0xBB}));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue