Skip to content

Commit 4c12d7e

Browse files
author
Filip Hlavac
committed
Fixed trailing whitespaces in navbar.rb
1 parent 44a02f0 commit 4c12d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/application_helper/navbar.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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-
7+
88
structure << item_to_hash(menu_section)
99
end
1010
structure

0 commit comments

Comments
 (0)