Skip to content

Commit

Permalink
Don't unimport keep
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Aug 23, 2024
1 parent 2e3bb56 commit f2f6e33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/core/nettlesome.Protocolic.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ package nettlesome

trait Protocolic:
type Self
type Transit
type Carrier
type Request
type Response
type Server
def server(port: Transit)(lambda: Request ?=> Response): Server
def server(port: Carrier)(lambda: Request ?=> Response): Server
2 changes: 1 addition & 1 deletion src/url/nettlesome.Url.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package nettlesome

import serpentine.{keep as _, *}
import serpentine.*
import gossamer.*
import rudiments.*
import vacuous.*
Expand Down

0 comments on commit f2f6e33

Please sign in to comment.