Skip to content

Commit

Permalink
Scalastyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Dubovsky committed Dec 30, 2014
1 parent 32fe6c6 commit 3eb7e37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ object MLUtils {
val sb = new StringBuilder(label.toString)
features.foreachActive { case (i, v) =>
sb += ' '
sb ++= s"${i+1}:$v"
sb ++= s"${i + 1}:$v"
}
sb.mkString
}
Expand Down

0 comments on commit 3eb7e37

Please sign in to comment.