Skip to content

Commit a8df32e

Browse files
committed
Added empty line after guard clause to navbar.rb
1 parent f2bcbc1 commit a8df32e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/helpers/application_helper/navbar.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ def menu_to_json(placement = :default)
44
structure = []
55
Menu::Manager.menu(placement) do |menu_section|
66
next unless menu_section.visible?
7+
78
structure << item_to_hash(menu_section)
89
end
910
structure

0 commit comments

Comments
 (0)