Skip to content

Commit 1356fe9

Browse files
committed
Coding style [ci skip]
1 parent 1a05a94 commit 1356fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/simple_navigation_bootstrap/bootstrap4.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def navigation_class
1919
end
2020

2121

22-
def container_class(level)
22+
def container_class(_level)
2323
remove_navigation_class = options.fetch(:remove_navigation_class) { false }
2424
remove_navigation_class ? '' : ['nav', navigation_class].compact
2525
end

0 commit comments

Comments
 (0)