Skip to content

Commit

Permalink
Scalastyle nags
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyrsmith committed May 9, 2017
1 parent ebcc065 commit 54fea4d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package featherbed.content

import java.nio.charset.{Charset, CodingErrorAction}

import scala.util.Try

import cats.data.{Validated, ValidatedNel}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package featherbed.content

import java.nio.CharBuffer
import java.nio.charset.{Charset, CodingErrorAction}

import scala.util.Try

import cats.data.{Validated, ValidatedNel}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ trait ToQueryParam0 {
implicit def default[T](implicit lowPriority: LowPriority): ToQueryParam[T] = new ToQueryParam[T] {
def apply(t: T): String = t.toString
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -308,5 +308,4 @@ object ClientRequest extends RequestTypes[ClientRequest] {
def apply(request: Unit, service: Service[None.type, Rep]): Future[Rep] = service(None)
}


}
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,4 @@ object CodecFilter {
}
}


}
}
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ object HTTPRequest extends RequestSyntax[HTTPRequest] with RequestTypes[HTTPRequ
content = MimeContent[Content, contentType.type](content)
)
}
}
}

0 comments on commit 54fea4d

Please sign in to comment.