Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
shwoodard committed Jul 29, 2013
1 parent 60d5a9f commit 5828b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sprites/railtie.rb
Expand Up @@ -28,7 +28,7 @@ class Railtie < ::Rails::Railtie
)

default_definition_file = File.join(engine.config.root, 'config/sprites.rb')
if File.exists? default_definition_file
if File.exists? default_definition_file
sprites.configuration.definition_file = default_definition_file
else
sprites.configuration.autoload = true
Expand Down

0 comments on commit 5828b72

Please sign in to comment.