diff --git a/Library/Homebrew/dev-cmd/update-license-data.rb b/Library/Homebrew/dev-cmd/update-license-data.rb index e5985d456d..a785db12ba 100644 --- a/Library/Homebrew/dev-cmd/update-license-data.rb +++ b/Library/Homebrew/dev-cmd/update-license-data.rb @@ -3,7 +3,7 @@ require "commands" require "cli/parser" require "json" -require 'net/http' +require "net/http" require "open-uri" module Homebrew