Skip to content

Commit 9365af1

Browse files
committed
Merge pull request #752 from ixti/patch-1
Tiny code styling fix
2 parents 98d45ea + edd7e38 commit 9365af1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/bootstrap-sass.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ class << self
33
# Inspired by Kaminari
44
def load!
55
register_compass_extension if compass?
6-
7-
if rails?
8-
register_rails_engine
9-
end
6+
register_rails_engine if rails?
107

118
configure_sass
129
end

0 commit comments

Comments
 (0)