aboutsummaryrefslogtreecommitdiff
path: root/exercises/070_comptime5.zig
diff options
context:
space:
mode:
authorDave Gauer <ratfactor@gmail.com>2021-11-07 19:38:47 -0500
committerGitHub <noreply@github.com>2021-11-07 19:38:47 -0500
commitdedd787f2dd0badc03caa1299adaf57eaeaae156 (patch)
treeb89a125af4973d0a7b40121298c8f4fd8e8c9988 /exercises/070_comptime5.zig
parent4147a9a39b362468cc6f16c8ce751ee3481321f4 (diff)
parentf6de68a1f23722457a0432ce520da668a50b2132 (diff)
downloadziglings-dedd787f2dd0badc03caa1299adaf57eaeaae156.tar.gz
ziglings-dedd787f2dd0badc03caa1299adaf57eaeaae156.tar.bz2
ziglings-dedd787f2dd0badc03caa1299adaf57eaeaae156.tar.xz
ziglings-dedd787f2dd0badc03caa1299adaf57eaeaae156.zip
Merge pull request #77 from jhalmen/fmt
whitespaces and zig fmt
Diffstat (limited to 'exercises/070_comptime5.zig')
-rw-r--r--exercises/070_comptime5.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/070_comptime5.zig b/exercises/070_comptime5.zig
index 714bf1c..01f4276 100644
--- a/exercises/070_comptime5.zig
+++ b/exercises/070_comptime5.zig
@@ -140,6 +140,6 @@ fn isADuck(possible_duck: anytype) bool {
// error, not a runtime panic or crash!
possible_duck.quack();
}
-
+
return is_duck;
}