diff options
Diffstat (limited to 'patchset.Make.go')
| -rw-r--r-- | patchset.Make.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patchset.Make.go b/patchset.Make.go index 54f9a8a..4368719 100644 --- a/patchset.Make.go +++ b/patchset.Make.go @@ -43,11 +43,11 @@ func (f *Forge) MakeDevelPatchSet(name string) (*Patchset, error) { for all.Scan() { repo := all.Next() - if ! repo.IsLocalBranch(repo.GetUserBranchName()) { + if !repo.IsLocalBranch(repo.GetUserBranchName()) { // log.Info("repo doesn't have user branch", repo.GetGoPath()) continue } - if ! repo.IsLocalBranch(repo.GetDevelBranchName()) { + if !repo.IsLocalBranch(repo.GetDevelBranchName()) { // log.Info("repo doesn't have devel branch", repo.GetGoPath()) continue } |
