Skip to content

Commit

Permalink
scalafix wants things alphabetized
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg committed Sep 23, 2024
1 parent 7de46e3 commit 7befcad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/scala/netty/WorkerLoop.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package lila.ws
package netty

import com.typesafe.config.Config
import io.netty.channel.{ Channel, EventLoopGroup }
import io.netty.handler.codec.http.websocketx.TextWebSocketFrame
import io.netty.channel.epoll.{ EpollEventLoopGroup, EpollServerSocketChannel }
import io.netty.channel.kqueue.{ KQueueEventLoopGroup, KQueueServerSocketChannel }
import io.netty.channel.{ Channel, EventLoopGroup }
import io.netty.handler.codec.http.websocketx.TextWebSocketFrame

import java.util.concurrent.{ ConcurrentLinkedQueue, TimeUnit }

final class WorkerLoop(config: Config)(using Executor):
Expand Down

0 comments on commit 7befcad

Please sign in to comment.