ecs: zig fmt

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-06-10 16:56:12 -07:00
parent 7d7eb807f8
commit 70283bfcb4
2 changed files with 12 additions and 12 deletions

View file

@ -15,4 +15,4 @@ pub const pkg = std.build.Pkg{
.name = "ecs",
.source = .{ .path = "src/main.zig" },
.dependencies = &[_]std.build.Pkg{},
};
};