Explorar el Código

Replace white spaces with tab for format consistency

Tony Tsang hace 10 años
padre
commit
e0f945959e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      models/action.go

+ 2 - 2
models/action.go

@@ -154,8 +154,8 @@ func updateIssuesCommit(userId, repoId int64, repoUserName, repoName string, com
 				if err = UpdateIssue(issue); err != nil {
 					return err
 				} else if err = UpdateIssueUserPairsByStatus(issue.Id, issue.IsClosed); err != nil {
-                    return err
-                }
+					return err
+				}
 
 				if err = ChangeMilestoneIssueStats(issue); err != nil {
 					return err