Skip to content

Commit e1fd222

Browse files
committed
chore: format
1 parent 431540b commit e1fd222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/store.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ export class Store {
147147
return result.then(res => {
148148
try {
149149
this._actionSubscribers
150-
.filter(sub => sub.after)
151-
.forEach(sub => sub.after(action, this.state))
150+
.filter(sub => sub.after)
151+
.forEach(sub => sub.after(action, this.state))
152152
} catch (e) {
153153
if (process.env.NODE_ENV !== 'production') {
154154
console.warn(`[vuex] error in after action subscribers: `)

0 commit comments

Comments
 (0)