From: Eduardo San Martin Morote Date: Wed, 3 Mar 2021 16:39:39 +0000 (+0100) Subject: style: lint X-Git-Tag: v0.2.0~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98b173922089c1f01dca2cefbac857bfd6b0c598;p=thirdparty%2Fvuejs%2Fpinia.git style: lint --- diff --git a/src/devtools.ts b/src/devtools.ts index 88e1cd50..03a4a479 100644 --- a/src/devtools.ts +++ b/src/devtools.ts @@ -80,9 +80,8 @@ export function useStoreDevtools(store: StoreWithState) { rootStore.state[store.$id] = state devtoolHook.emit( 'vuex:mutation', - assign({}, - mutation, - {type: `[${mutation.storeName}] ${mutation.type}`, + assign({}, mutation, { + type: `[${mutation.storeName}] ${mutation.type}`, }), rootStore.state )