Skip to content

Commit f7ccc81

Browse files
committed
style(general): fmt
1 parent a733916 commit f7ccc81

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/zio/fd.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ pub fn setNonblocking(fd: posix.fd_t) !void {
2222
pub fn setCloseOnExec(fd: posix.fd_t) !void {
2323
if (std.c.fcntl(fd, std.c.F.SETFD, @as(c_int, std.c.FD_CLOEXEC)) < 0) return error.Unexpected;
2424
}
25-

src/zio/task.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,3 @@ test "Group concurrent work makes simultaneous progress" {
8383
try std.testing.expect(ctx.a_observed_b.load(.acquire));
8484
try std.testing.expect(ctx.b_observed_a.load(.acquire));
8585
}
86-

0 commit comments

Comments
 (0)