Skip to content

Commit

Permalink
Formatter strikes again
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Dec 16, 2024
1 parent 038a103 commit 2ce4144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/NIOPosixTests/NIOScheduledCallbackTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ final class MTELGScheduledCallbackTests: _BaseScheduledCallbackTests {
}

func waitForLoopTick() async throws {
try await self.loop.submit { }.get()
try await self.loop.submit {}.get()
}
}

Expand All @@ -68,7 +68,7 @@ final class NIOAsyncTestingEventLoopScheduledCallbackTests: _BaseScheduledCallba
}

func waitForLoopTick() async throws {
try await self._loop.executeInContext { }
try await self._loop.executeInContext {}
}
}

Expand Down

0 comments on commit 2ce4144

Please sign in to comment.