Skip to content

Commit 570e6d9

Browse files
committed
spacing
1 parent eca0412 commit 570e6d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

revisiting-arrays-and-slices-with-generics.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ type Account struct {
328328
func NewBalanceFor(account Account, transactions []Transaction) Account {
329329
return Reduce(
330330
transactions,
331-
applyTransaction,
332-
account,
331+
applyTransaction,
332+
account,
333333
)
334334
}
335335

0 commit comments

Comments
 (0)