aboutsummaryrefslogtreecommitdiff
path: root/internal/route/repo/branch.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/route/repo/branch.go')
-rw-r--r--internal/route/repo/branch.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/route/repo/branch.go b/internal/route/repo/branch.go
index 17630554..dd2508dd 100644
--- a/internal/route/repo/branch.go
+++ b/internal/route/repo/branch.go
@@ -91,7 +91,7 @@ func Branches(c *context.Context) {
c.Data["ActiveBranches"] = activeBranches
c.Data["StaleBranches"] = staleBranches
- c.Success( BRANCHES_OVERVIEW)
+ c.Success(BRANCHES_OVERVIEW)
}
func AllBranches(c *context.Context) {
@@ -104,7 +104,7 @@ func AllBranches(c *context.Context) {
}
c.Data["Branches"] = branches
- c.Success( BRANCHES_ALL)
+ c.Success(BRANCHES_ALL)
}
func DeleteBranchPost(c *context.Context) {