Skip to content

Commit

Permalink
fixup! Group event loops under the Crystal::EventLoop namespace
Browse files Browse the repository at this point in the history
Fixup: crystal tool format
  • Loading branch information
ysbaddaden committed Nov 25, 2024
1 parent fe335a3 commit dec71c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crystal/event_loop/polling.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# forward declaration for the require below to not create a module
abstract class Crystal::EventLoop::Polling < Crystal::EventLoop; end

require "./polling/*"

module Crystal::System::FileDescriptor
Expand Down

0 comments on commit dec71c1

Please sign in to comment.