fix(regulation): use lower case in error messages (#2152)

pull/2153/head^2
Clément Michaud 2021-07-08 04:04:43 +02:00 committed by GitHub
parent 2d634e9b20
commit 98d9cad62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ package regulation
import "fmt"
// ErrUserIsBanned user is banned error message.
var ErrUserIsBanned = fmt.Errorf("User is banned")
var ErrUserIsBanned = fmt.Errorf("user is banned")