Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Apr 1, 2015
1 parent 71b4c5c commit a28b28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ember-cli/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def silence_build(&block)
if ENV.fetch("EMBER_CLI_RAILS_VERBOSE"){ !non_production? }
yield
else
silence_stream(STDOUT, &block)
silence_stream STDOUT, &block
end
end

Expand Down

0 comments on commit a28b28c

Please sign in to comment.