From 815483bf938c3d02e5e645d2e8c21cb18331aec3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 30 Oct 2018 15:31:18 +0800 Subject: [PATCH] GitBranch.vala --- GitBranch.vala | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/GitBranch.vala b/GitBranch.vala index e53afebd..947d53c8 100644 --- a/GitBranch.vala +++ b/GitBranch.vala @@ -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 -- 2.39.2