remove rebase markings

This commit is contained in:
GotPPay
2018-05-25 12:26:10 +02:00
parent e63dd2fa38
commit 696a5b7c0a

View File

@@ -1,18 +1,10 @@
package validation
import (
<<<<<<< HEAD
=======
>>>>>>> enforce password policy
"strings"
"bitbucket.org/nemt/nemt-portal-api/application/viewmodel"
"bitbucket.org/nemt/nemt-portal-api/infra/errors"
<<<<<<< HEAD
=======
>>>>>>> enforce password policy
)
func characterIsUpperCase(character rune) bool {