From e58f155bd6261a0c1408e8bb3b177bbced828eb3 Mon Sep 17 00:00:00 2001 From: Will Clardy Date: Mon, 15 Feb 2021 16:55:19 -0500 Subject: Manually apply `zig fmt` style to comments --- exercises/30_switch.zig | 2 -- 1 file changed, 2 deletions(-) (limited to 'exercises/30_switch.zig') diff --git a/exercises/30_switch.zig b/exercises/30_switch.zig index b10ad14..451060e 100644 --- a/exercises/30_switch.zig +++ b/exercises/30_switch.zig @@ -22,8 +22,6 @@ // return GameError.TooManyPlayers; // } // -// -// const std = @import("std"); pub fn main() void { -- cgit v1.2.3-ZIG