Remove a superfluous line 96/97696/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 1 Oct 2021 14:00:45 +0000 (16:00 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 1 Oct 2021 14:34:31 +0000 (14:34 +0000)
Empty line, remove it.

Change-Id: Ifa5c51cf15e05c19bf43345a6868888dd735159c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
parser/yang-parser-spi/src/main/java/org/opendaylight/yangtools/yang/parser/spi/source/SourceException.java

index a0ef7796ef9f260c9137760fc887ab3d76ab4830..0640d82252419de6d681cba14659fdd031833274 100644 (file)
@@ -112,7 +112,6 @@ public class SourceException extends RuntimeException {
         this(stmt.sourceReference(), format, args);
     }
 
-
     /**
      * Create a new instance with the specified source and a formatted message. The message will be appended with
      * the source reference.