From 9a149191b2c62baa8abb86c23e80bd70630eab5a Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Tue, 16 May 2023 09:43:19 +0200
Subject: [PATCH] Code format

---
 app/lib/dal/fileDAL.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/lib/dal/fileDAL.ts b/app/lib/dal/fileDAL.ts
index 9cf47b5a8..57c9eb988 100644
--- a/app/lib/dal/fileDAL.ts
+++ b/app/lib/dal/fileDAL.ts
@@ -744,7 +744,7 @@ export class FileDAL implements ServerDAO {
   }
 
   async getWrittenIdtyByPubkeyForHashingAndIsMember(
-      pub: string
+    pub: string
   ): Promise<{
     uid: string;
     created_on: string;
-- 
GitLab