all: zig fmt

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-22 19:43:41 -07:00
parent 5466375f40
commit 1356cdd838
2 changed files with 5 additions and 5 deletions

View file

@ -87,4 +87,4 @@ test "get index name" {
var buf: [32]u8 = undefined;
try face.getGlyphName(1120, &buf);
try testing.expectEqualStrings(std.mem.sliceTo(&buf, 0), "summation");
}
}