Преглед изворни кода

gofmt. remove extra whitespace

Anthony Woods пре 10 година
родитељ
комит
fc5839d8f1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pkg/services/sqlstore/user.go

+ 1 - 1
pkg/services/sqlstore/user.go

@@ -61,7 +61,7 @@ func getOrgIdForNewUser(userEmail string, sess *session) (int64, error) {
 		Id:        org.Id,
 		Id:        org.Id,
 		Name:      org.Name,
 		Name:      org.Name,
 	})
 	})
-	
+
 	return org.Id, nil
 	return org.Id, nil
 }
 }