aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/spec/locale_spec.rb
diff options
context:
space:
mode:
authorMarkus Reiter2016-10-14 20:33:16 +0200
committerMarkus Reiter2016-10-23 14:32:04 +0200
commitad8ae33c1f2bf09cf70944aba0708000adce93e1 (patch)
tree855ff4c86c4d08af0bb6b40d5d3d055f5e7ae993 /Library/Homebrew/cask/spec/locale_spec.rb
parent2b7e6c1dcb2e1aa8416b9b26d1a3d77b68f65013 (diff)
downloadbrew-ad8ae33c1f2bf09cf70944aba0708000adce93e1.tar.bz2
Fix spacing and indentation.
Diffstat (limited to 'Library/Homebrew/cask/spec/locale_spec.rb')
-rw-r--r--Library/Homebrew/cask/spec/locale_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/spec/locale_spec.rb b/Library/Homebrew/cask/spec/locale_spec.rb
index 69914e23c..41ca87ede 100644
--- a/Library/Homebrew/cask/spec/locale_spec.rb
+++ b/Library/Homebrew/cask/spec/locale_spec.rb
@@ -11,7 +11,7 @@ describe Locale do
context "raises a ParserError when given" do
it "an empty string" do
- expect{ described_class.parse("") }.to raise_error(Locale::ParserError)
+ expect { described_class.parse("") }.to raise_error(Locale::ParserError)
end
it "a string in a wrong format" do