chore: run zigfmt

This commit is contained in:
2022-04-08 02:13:58 -03:00
parent 11a034658a
commit a1008738d2
5 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ pub const Scheduler = struct {
}
}
/// Removes the **first** scheduled event of type `needle`
/// Removes the **first** scheduled event of type `needle`
pub fn removeScheduledEvent(self: *Self, needle: EventKind) void {
var it = self.queue.iterator();