Merge pull request #16186 from vitorgalvao/unknown-license-spacing

Unknown license spacing
This commit is contained in:
Vítor Galvão 2015-12-28 18:34:24 +00:00
commit 21d79671f9
3 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ cask 'my-new-cask' do
url ''
name ''
homepage ''
license :unknown
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app ''
end

View File

@ -32,7 +32,7 @@ class Hbc::CLI::Create < Hbc::CLI::Base
url 'https://'
name ''
homepage ''
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app ''
end

View File

@ -43,7 +43,7 @@ describe Hbc::CLI::Create do
url 'https://'
name ''
homepage ''
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app ''
end