From 59ebe134f177bfd0ab10bf0a1707125f6584ece7 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Sun, 18 Jul 2021 20:46:45 +0200 Subject: [PATCH] Fix indentation --- src/mixins/socket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixins/socket.js b/src/mixins/socket.js index be79e67b1..441089924 100644 --- a/src/mixins/socket.js +++ b/src/mixins/socket.js @@ -163,7 +163,7 @@ export default { }, getSocket() { - return socket; + return socket; }, toastRes(res) {