Scripted update of if statements
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / builder / impl / ModuleBuilder.java
index e7808dc37db17d26727c6470357e5f952e8e455b..fef3cf84daf96ec6749d84edfd6f00325feabaaa 100644 (file)
@@ -174,7 +174,7 @@ public class ModuleBuilder extends AbstractDocumentedDataNodeContainerBuilder im
      */
     @Override
     public Module build() {
-        if(instance != null) {
+        if (instance != null) {
             return instance;
         }