From 086a9b40cfbdf97f1c50ec689792f2df3969ec5b Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Thu, 27 Oct 2022 16:17:22 +0200
Subject: [PATCH] src/nextflow.config: fix comment style for licence

---
 src/nextflow.config | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/nextflow.config b/src/nextflow.config
index f36e54cf..cb62ae51 100644
--- a/src/nextflow.config
+++ b/src/nextflow.config
@@ -1,6 +1,6 @@
-# SPDX-FileCopyrightText: 2022 Laurent Modolo <laurent.modolo@ens-lyon.fr>
-#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-FileCopyrightText: 2022 Laurent Modolo <laurent.modolo@ens-lyon.fr>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
 
 nextflowVersion = '>=20'
 
-- 
GitLab