src/Palete/GirObject.vala
authorAlan <alan@roojs.com>
Tue, 28 Jun 2022 09:07:08 +0000 (17:07 +0800)
committerAlan <alan@roojs.com>
Tue, 28 Jun 2022 09:07:08 +0000 (17:07 +0800)
src/Palete/GirObject.vala

index 8b0b695..d95bdbf 100644 (file)
@@ -448,7 +448,6 @@ namespace Palete {
                        // does not handle Enums... - no need to handle anything else.
                        var def = this.type.contains(".") ?  "" :  Gir.guessDefaultValueForType(this.type);
                        if (this.type.contains(".")) {
-                               
                                return  new JsRender.NodeProp.raw(this.name, this.type, def);
                        }