Skip to content

Commit

Permalink
refactor: fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
kzkn committed Sep 12, 2020
1 parent 792174f commit 1cf7d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gretel/crumb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def initialize(context, key, *args)
raise ArgumentError, "Breadcrumb :#{key} not found." unless block
@key = key
@context = context
instance_exec *args, &block
instance_exec(*args, &block)
end

# Sets link of the breadcrumb.
Expand Down

0 comments on commit 1cf7d0c

Please sign in to comment.