diff --git a/src/.docker_modules/GATC_finder/script/GATC_finder.py b/src/.docker_modules/GATC_finder/script/GATC_finder.py
index b3e4e037a9b25cd313d9fff86abc6aca155e8e06..5fb6764fca3d3c7c57bf452049a20cac21546475 100644
--- a/src/.docker_modules/GATC_finder/script/GATC_finder.py
+++ b/src/.docker_modules/GATC_finder/script/GATC_finder.py
@@ -29,4 +29,4 @@ for seq_record in SeqIO.parse(genome_file, "fasta"):
         
         # Writes the position in the .bed file (chro/start/end)
         line = f"{chrom}\t{start_pos}\t{end_pos}\n"
-        f.write(line)   
\ No newline at end of file
+        f.write(line)
\ No newline at end of file