From 9e7a5ebebbb43387fb7fab92d1b5a92ef00258ec Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 6 Jun 2023 09:33:38 +0200 Subject: [PATCH] style: Remove useless blank line to make linter happy --- front/src/router/guards.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/front/src/router/guards.ts b/front/src/router/guards.ts index 914291a65..f9084416a 100644 --- a/front/src/router/guards.ts +++ b/front/src/router/guards.ts @@ -1,4 +1,3 @@ - import type { NavigationGuardNext, RouteLocationNamedRaw, RouteLocationNormalized } from 'vue-router' import type { Permission } from '~/store/auth'