Skip to content
Snippets Groups Projects
Commit 7d7e0cd4 authored by pietzsch's avatar pietzsch
Browse files

formatting

parent 75dac419
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,8 @@ public class OpenImagePlusPlugIn implements Command ...@@ -88,7 +88,8 @@ public class OpenImagePlusPlugIn implements Command
} }
gd.showDialog(); gd.showDialog();
if (gd.wasCanceled()) return; if ( gd.wasCanceled() )
return;
final ArrayList< ConverterSetup > converterSetups = new ArrayList<>(); final ArrayList< ConverterSetup > converterSetups = new ArrayList<>();
final ArrayList< SourceAndConverter< ? > > sources = new ArrayList<>(); final ArrayList< SourceAndConverter< ? > > sources = new ArrayList<>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment