summaryrefslogtreecommitdiffstats
path: root/pkg/commands/loading_branches.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/loading_branches.go')
-rw-r--r--pkg/commands/loading_branches.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/commands/loading_branches.go b/pkg/commands/loading_branches.go
index 802bdb30e..62f758bcd 100644
--- a/pkg/commands/loading_branches.go
+++ b/pkg/commands/loading_branches.go
@@ -20,6 +20,8 @@ import (
// if we find out we need to use one of these functions in the git.go file, we
// can just pull them out of here and put them there and then call them from in here
+const SEPARATION_CHAR = "|"
+
// BranchListBuilder returns a list of Branch objects for the current repo
type BranchListBuilder struct {
*common.Common