From d3946ab5e0a196c930d156a9f3d117e3c67fd7c1 Mon Sep 17 00:00:00 2001
From: tamaina <tamaina@hotmail.co.jp>
Date: Mon, 22 Nov 2021 16:04:09 +0900
Subject: [PATCH] remove a blank line

---
 packages/client/src/components/notification.vue | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/client/src/components/notification.vue b/packages/client/src/components/notification.vue
index 5e743df246..a9327b7f2b 100644
--- a/packages/client/src/components/notification.vue
+++ b/packages/client/src/components/notification.vue
@@ -126,7 +126,6 @@ export default defineComponent({
 					if (connection) connection.dispose();
 				});
 			}
-
 		});
 
 		const followRequestDone = ref(false);