style: trailing comma for extreme excellence
This commit is contained in:
parent
9948456ab2
commit
9a4f6d10f4
|
@ -109,5 +109,5 @@ export const mutations = {
|
|||
spendCurrency: (state, value) => {
|
||||
value = Decimal.mul(value, -1)
|
||||
state.currency = Decimal.add(state.currency, value)
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
Reference in New Issue