aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cask/spec/formatter_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Homebrew/cask/spec/formatter_spec.rb b/Library/Homebrew/cask/spec/formatter_spec.rb
index 2c1de9b74..ad4c441cb 100644
--- a/Library/Homebrew/cask/spec/formatter_spec.rb
+++ b/Library/Homebrew/cask/spec/formatter_spec.rb
@@ -5,10 +5,10 @@ describe Formatter do
describe "::columns" do
let(:input) {
[
- 'aa',
- 'bbb',
- 'ccc',
- 'dd'
+ "aa",
+ "bbb",
+ "ccc",
+ "dd",
]
}
subject { described_class.columns(input) }