style: trailing comma for extreme excellence

This commit is contained in:
John McCardle 2022-01-07 16:19:21 -05:00
parent 9948456ab2
commit 9a4f6d10f4
1 changed files with 1 additions and 1 deletions

View File

@ -109,5 +109,5 @@ export const mutations = {
spendCurrency: (state, value) => {
value = Decimal.mul(value, -1)
state.currency = Decimal.add(state.currency, value)
}
},
}