Skip to content

Commit 748b363

Browse files
committed
Apply scalafmt
1 parent 6079b3e commit 748b363

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/scala/com/codacy/client/bitbucket/v2/Repository.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ object Repository {
5555
implicit val reader: Reads[Owner] = Json.format[Owner]
5656
}
5757

58-
5958
private def parseLinks(links: Map[String, JsValue]): Seq[RepositoryUrl] = {
6059
links.flatMap {
6160
case (linkName, linkMap) =>

0 commit comments

Comments
 (0)