From f21b7d89b59e0b66d347b96b1b1ceac9ae017e5e Mon Sep 17 00:00:00 2001
From: schlda00 <kai.schleicher@unibas.ch>
Date: Wed, 16 Apr 2025 10:01:33 +0200
Subject: [PATCH] Remove unnecessary semicolon

---
 2d_spots_in_fibers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2d_spots_in_fibers.py b/2d_spots_in_fibers.py
index 9fd778b..fff2206 100644
--- a/2d_spots_in_fibers.py
+++ b/2d_spots_in_fibers.py
@@ -514,5 +514,5 @@ for index, channel in enumerate(processing_channels):
 
 results_table.show("Spots")
 save_results_table(results_table, filename, "Spots", parent_dir)
-IJ.run("Collect Garbage", "");
+IJ.run("Collect Garbage", "")
 IJ.log("DONE")
\ No newline at end of file
-- 
GitLab