Style fix

This commit is contained in:
Connor Mann 2021-08-06 22:35:16 -04:00
parent 1581a29b28
commit ed7066c183
No known key found for this signature in database
GPG Key ID: 5886083015754F6F

View File

@ -223,7 +223,7 @@ describe Homebrew::CLI::NamedArgs do
(HOMEBREW_CELLAR/"foo/1.0").mkpath
(HOMEBREW_CELLAR/"foo/2.0").mkpath
(HOMEBREW_CELLAR/"bar/1.0").mkpath
head1 = (HOMEBREW_CELLAR/"baz/HEAD-1").mkpath
(HOMEBREW_CELLAR/"baz/HEAD-1").mkpath
head2 = HOMEBREW_CELLAR/"baz/HEAD-2"
head2.mkpath
(head2/"INSTALL_RECEIPT.json").write (TEST_FIXTURE_DIR/"receipt.json").read