Skip to content

Commit

Permalink
Apply auto-formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
weco-bot committed Oct 22, 2018
1 parent c7f6f1f commit 2deae06
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -4,6 +4,7 @@ import uk.ac.wellcome.display.models.ApiVersions
import uk.ac.wellcome.platform.api.models.ApiConfig

object ContextHelper {
def buildContextUri(apiConfig: ApiConfig, version: ApiVersions.Value = ApiVersions.default) =
def buildContextUri(apiConfig: ApiConfig,
version: ApiVersions.Value = ApiVersions.default) =
s"${apiConfig.scheme}://${apiConfig.host}${apiConfig.pathPrefix}/$version${apiConfig.contextSuffix}"
}

0 comments on commit 2deae06

Please sign in to comment.