Skip to content
Snippets Groups Projects
Commit f21b7d89 authored by Kai Schleicher's avatar Kai Schleicher
Browse files

Remove unnecessary semicolon

parent f202930e
No related branches found
No related tags found
1 merge request!2Initial commit
...@@ -514,5 +514,5 @@ for index, channel in enumerate(processing_channels): ...@@ -514,5 +514,5 @@ for index, channel in enumerate(processing_channels):
results_table.show("Spots") results_table.show("Spots")
save_results_table(results_table, filename, "Spots", parent_dir) save_results_table(results_table, filename, "Spots", parent_dir)
IJ.run("Collect Garbage", ""); IJ.run("Collect Garbage", "")
IJ.log("DONE") IJ.log("DONE")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment