Fixed typo.
This commit is contained in:
parent
12a63ac17f
commit
8a2e117995
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class Sequencer
|
||||||
def process
|
def process
|
||||||
state.provide(:statistics_diff) do
|
state.provide(:statistics_diff) do
|
||||||
# remove :sum since it's already set via
|
# remove :sum since it's already set via
|
||||||
# the exchange item attribte
|
# the exchange item attribute
|
||||||
result = diff.except(:sum)
|
result = diff.except(:sum)
|
||||||
|
|
||||||
# build structure for a general diff
|
# build structure for a general diff
|
||||||
|
|
Loading…
Reference in a new issue