Merge pull request #185 from eed3si9n/wip/formatting_issue

Formatting
This commit is contained in:
eugene yokota 2017-11-24 20:49:17 -05:00 committed by GitHub
commit 3c430d00cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ final class IvySbt(val configuration: IvyConfiguration) { self =>
disp
}
val urlHandler: URLHandler = if (configuration.updateOptions.gigahorse) gigahorseUrlHandler else basicUrlHandler
val urlHandler: URLHandler =
if (configuration.updateOptions.gigahorse) gigahorseUrlHandler else basicUrlHandler
// Only set the urlHandler for the http/https protocols so we do not conflict with any other plugins
// that might register other protocol handlers.