From 8c5ec96449f7d27340a5acc33df1766ef94869b2 Mon Sep 17 00:00:00 2001
From: Artur Carvalho <artur.carvalho@uni.lu>
Date: Thu, 26 Jan 2023 09:56:08 +0100
Subject: [PATCH] Fix formatting

---
 src/components/AgTable.vue | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/components/AgTable.vue b/src/components/AgTable.vue
index 807fda3..de0ed30 100644
--- a/src/components/AgTable.vue
+++ b/src/components/AgTable.vue
@@ -87,7 +87,6 @@ const toggleSelectedIsValid = (evt: CellKeyPressEvent<ICar>) => {
 };
 
 const onCellKeyPress = (evt: CellKeyPressEvent<ICar>) => {
-  
   if ((evt?.event as any).code === "Space") {
     toggleSelectedIsValid(evt);
   }
-- 
GitLab