Skip to content

Commit

Permalink
chore: fix file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arcan1s committed Jul 31, 2024
1 parent c9eb311 commit 77e9943
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class BisProvider(context: ActorContext[BiSProviderMessage])
private def get(link: String, job: Job): Future[Seq[Piece]] =
try {
val url = Uri(link)
val id = Paths.get(link).normalize.getFileName.toString
val id = Paths.get(link).normalize.getFileName.toString

val parser =
if (url.authority.host.address().contains("etro")) Etro
Expand Down

0 comments on commit 77e9943

Please sign in to comment.