authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-21 02:23:15 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-21 02:23:15 -07:00
logc2cd5542a727a212ad27ce4d44340069d9945c43
tree6fc753fcfb273a8214f7ff2c0779945fd748b163
parente8b3866c860562bccb483f7c51970776bfcb1d86

main- remove extra newline from cli output


1 files changed, 0 insertions(+), 1 deletions(-)

src/main.zig-1
......@@ -48,7 +48,6 @@ pub fn main() !void {
4848 if (std.mem.eql(u8, args[0], decl.name)) {
4949 const cmd = @field(available, decl.name);
5050 try cmd.execute(args[1..]);
51 std.debug.print("\n", .{});
5251 return;
5352 }
5453 }