JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / structure / StructureCommandI.java
index 03b15fb..1697d96 100644 (file)
@@ -32,5 +32,8 @@ public interface StructureCommandI
 
   boolean hasParameters();
 
-  default boolean isWaitNeeded() { return false; };
+  default boolean isWaitNeeded()
+  {
+    return false;
+  };
 }