Skip to content

Commit

Permalink
no cause
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 16, 2024
1 parent 6c9d890 commit fe6ab5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fbe/conclude.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def fill(fact, prev)
@follows.each do |follow|
v = prev.send(follow)
fact.send("#{follow}=", v)
fact.cause = prev._id
end
r = yield fact, prev
return unless r.is_a?(String)
Expand Down

0 comments on commit fe6ab5c

Please sign in to comment.