From 8ca86b5193e68ba7651631bfe5e92d410c185538 Mon Sep 17 00:00:00 2001
From: Artur Carvalho <artur.carvalho@uni.lu>
Date: Mon, 23 Jan 2023 16:25:12 +0100
Subject: [PATCH] Fix formatting to see if pipeline passes

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

diff --git a/src/components/AgTable.vue b/src/components/AgTable.vue
index d217500..fa2839e 100644
--- a/src/components/AgTable.vue
+++ b/src/components/AgTable.vue
@@ -15,7 +15,7 @@ const reference = ref();
 
 useTippy(reference, {
   content: "Hi!",
-   followCursor: "horizontal",
+  followCursor: "horizontal",
 });
 
 const rows = [
-- 
GitLab