format code.

This commit is contained in:
Kitteh 2021-06-04 19:26:40 +01:00
parent 4437e5b89b
commit cbfe5267ea
5 changed files with 5 additions and 5 deletions

View file

@ -10,5 +10,5 @@ test "serialize Signed Byte" {
try writeSignedByte(byteList.writer(), -69); 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}));
} }