From e91bfbd118172804a98280bb5b0b48d15ee76531 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Mon, 20 Sep 2021 14:26:28 +0200 Subject: Format tool/znk.zig --- tool/znk.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/znk.zig') diff --git a/tool/znk.zig b/tool/znk.zig index ff5540e..269e176 100644 --- a/tool/znk.zig +++ b/tool/znk.zig @@ -446,7 +446,7 @@ fn PrefixKeyGenerator(comptime EntropyReaderType: type) type { var cpu_count = try std.Thread.getCpuCount(); var threads = try self.allocator.alloc(std.Thread, cpu_count); defer self.allocator.free(threads); - for (threads) |*thread| thread.* = try std.Thread.spawn(.{}, Self.generatePrivate, .{ self }); + for (threads) |*thread| thread.* = try std.Thread.spawn(.{}, Self.generatePrivate, .{self}); for (threads) |thread| thread.join(); } }; -- cgit v1.2.3