Formatting

This commit is contained in:
Eugene Yokota 2017-11-24 20:16:36 -05:00
parent a8b53a23be
commit df177ff56e
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.