Skip to content

Commit

Permalink
Update to latest zig
Browse files Browse the repository at this point in the history
  • Loading branch information
PaNDa2code authored and andrewrk committed Dec 2, 2024
1 parent dc132ef commit d5b043d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ pub fn main() !void {

try stdout_w.writeAll("\n");

inline for (@typeInfo(Command.Measurements).@"struct".fields) |field| {
inline for (@typeInfo(Command.Measurements).Struct.fields) |field| {
const measurement = @field(command.measurements, field.name);
const first_measurement = if (command_n == 1)
null
Expand Down

0 comments on commit d5b043d

Please sign in to comment.