Skip to content

Commit 79c476b

Browse files
authored
Fix typo in yaml config (#1581)
1 parent fd8dd43 commit 79c476b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/config/accumulator/accumulator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tests:
7373
function(state, numCopies) {
7474
return { count: state.count + 1, sum: state.sum + numCopies }
7575
}
76-
accumulateArgs: [ "$copies" ],
76+
accumulateArgs: [ "$copies" ]
7777
merge:
7878
$code: |-
7979
function(state1, state2) {

0 commit comments

Comments
 (0)