Reformat with 2-space indents
[yaz4j-moved-to-github.git] / src / main / java / org / yaz4j / exception / ZoomException.java
index 74a069d..4248381 100644 (file)
@@ -3,7 +3,6 @@
  * All rights reserved.
  * See the file LICENSE for details.
  */
-
 package org.yaz4j.exception;
 
 /**
@@ -19,5 +18,4 @@ public class ZoomException extends Exception {
   public ZoomException(String msg) {
     super(msg);
   }
-
 }