From 08094c005f7ca5dffb2d4ddd6b02a36a0fc65c2f Mon Sep 17 00:00:00 2001 From: Airbus5717 Date: Wed, 21 Jul 2021 17:02:13 +0300 Subject: fix fmt --- build.zig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index dd57606..645419c 100644 --- a/build.zig +++ b/build.zig @@ -302,7 +302,11 @@ const exercises = [_]Exercise{ .main_file = "057_unions3.zig", .output = "Insect report! Ant alive is: true. Bee visited 17 flowers.", }, - .{ .main_file = "058_quiz7.zig", .output = "Archer's Point--2->Bridge--1->Dogwood Grove--3->Cottage--2->East Pond--1->Fox Pond", .hint = "This is the biggest program we've seen yet. But you can do it!" }, + .{ + .main_file = "058_quiz7.zig", + .output = "Archer's Point--2->Bridge--1->Dogwood Grove--3->Cottage--2->East Pond--1->Fox Pond", + .hint = "This is the biggest program we've seen yet. But you can do it!" + }, .{ .main_file = "059_integers.zig", .output = "Zig is cool.", -- cgit v1.2.3-ZIG