Skip to content

Commit e14f459

Browse files
committed
chore: format zig code
1 parent e609ef8 commit e14f459

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.zig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
const std = @import("std");
2-
const builtin = @import("builtin");
3-
42
const Build = std.Build;
53
const OptimizeMode = std.builtin.OptimizeMode;
64
const Compile = Build.Step.Compile;
75
const Module = Build.Module;
6+
const builtin = @import("builtin");
87

98
const lib_name = "webui";
109
var global_log_level: std.log.Level = .warn;

0 commit comments

Comments
 (0)