aboutsummaryrefslogtreecommitdiff
path: root/src/InternPool.zig
diff options
context:
space:
mode:
authorStevie Hryciw <codroid@gmail.com>2022-11-14 20:44:31 -0800
committerIsaac Freund <mail@isaacfreund.com>2022-11-18 19:22:42 +0000
commit04f3067a7921a51bd55870f3138220fd66426e33 (patch)
tree158494e96381fe48304fef102d36a9431eef9642 /src/InternPool.zig
parente999f9f472f6b57214a8a66b69b8928ad28acbfe (diff)
downloadzig-04f3067a7921a51bd55870f3138220fd66426e33.tar.gz
zig-04f3067a7921a51bd55870f3138220fd66426e33.zip
run zig fmt on everything checked by CI
Diffstat (limited to 'src/InternPool.zig')
-rw-r--r--src/InternPool.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/InternPool.zig b/src/InternPool.zig
index 95947df61b..5e50780315 100644
--- a/src/InternPool.zig
+++ b/src/InternPool.zig
@@ -168,9 +168,9 @@ pub const Simple = enum(u32) {
null_type,
undefined_type,
enum_literal_type,
- @"undefined",
+ undefined,
void_value,
- @"null",
+ null,
bool_true,
bool_false,
};