GitBranch.vala
authorAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 07:31:18 +0000 (15:31 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 07:31:18 +0000 (15:31 +0800)
GitBranch.vala

index e53afeb..947d53c 100644 (file)
@@ -36,6 +36,9 @@ public class GitBranch : Object
                } else {
                        this.name = parts[0];
                }
+        
+       }
        
+}
        
-       }
\ No newline at end of file
+       
\ No newline at end of file