Skip to content

Commit

Permalink
dave - tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
david denton committed Mar 7, 2015
1 parent b092bc2 commit 0e25d22
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,5 +6,5 @@ import io.github.daviddenton.fintrospect.parameters.PathParameter
class ModuleRoute(val description: Description, rootPath: Path, pathParams: Seq[PathParameter[_]]) {
val params = pathParams.flatten ++ description.params

override def toString: String = (description.complete(rootPath).toString :: pathParams.map(_.toString).toList).mkString("/")
override def toString: String = (description.complete(rootPath).toString :: pathParams.map(_.toString()).toList).mkString("/")
}

0 comments on commit 0e25d22

Please sign in to comment.