From 23a2202803f524d237fd85597ff2050c33b986bd Mon Sep 17 00:00:00 2001 From: Oleg Lobanov Date: Thu, 20 Jul 2023 17:34:32 +0200 Subject: [PATCH] chore: fix formatting --- frontend/src/components/Shell.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Shell.vue b/frontend/src/components/Shell.vue index ab04dc67..dd5bf319 100644 --- a/frontend/src/components/Shell.vue +++ b/frontend/src/components/Shell.vue @@ -114,9 +114,9 @@ export default { }, () => { results.text = results.text - // eslint-disable-next-line no-control-regex - .replace(/\u001b\[[0-9;]+m/g, '') // Filter ANSI color for now - .trimEnd(); + // eslint-disable-next-line no-control-regex + .replace(/\u001b\[[0-9;]+m/g, "") // Filter ANSI color for now + .trimEnd(); this.canInput = true; this.$refs.input.focus(); this.scroll();