Manually apply zig fmt style to comments

This commit is contained in:
Will Clardy 2021-02-15 16:55:19 -05:00
parent 0d212ecf5a
commit e58f155bd6
7 changed files with 8 additions and 10 deletions

View file

@ -13,7 +13,7 @@
// a == b means "a equals b"
// a < b means "a is less than b"
// a > b means "a is greater than b"
// a !=b means "a does not equal b"
// a != b means "a does not equal b"
//
const std = @import("std");