Skip to content

Commit

Permalink
Coding style [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Feb 9, 2019
1 parent 1a05a94 commit 1356fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simple_navigation_bootstrap/bootstrap4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def navigation_class
end


def container_class(level)
def container_class(_level)
remove_navigation_class = options.fetch(:remove_navigation_class) { false }
remove_navigation_class ? '' : ['nav', navigation_class].compact
end
Expand Down

0 comments on commit 1356fe9

Please sign in to comment.