Skip to content

Commit

Permalink
style: fix code format
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Mar 20, 2022
1 parent 8df6d0e commit 95a32e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/gui/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export const actions: ActionTree<GuiState, RootState> = {
saveSetting({ commit }, payload) {
commit('saveSetting', payload)


Vue.$socket.emit('server.database.post_item', {
namespace: 'mainsail',
key: payload.name,
Expand Down

0 comments on commit 95a32e7

Please sign in to comment.