Skip to content

Commit

Permalink
chore: run prettier:write
Browse files Browse the repository at this point in the history
  • Loading branch information
egenerse committed Sep 16, 2024
1 parent d8bc8cf commit 9230499
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/components/store/model-store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ export const createReduxStore = (
middleware: (getDefaultMiddleware) => {
const middleware = getDefaultMiddleware({
serializableCheck: false,
})
.concat(sagaMiddleware);
}).concat(sagaMiddleware);

if (patcher) {
const patcherMiddleware = createPatcherMiddleware<UMLModel, Actions, ModelState>(patcher, {
Expand Down

0 comments on commit 9230499

Please sign in to comment.