mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:12:54 +08:00
Chore: Enable whitespace linter (#25903)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@ -7,7 +7,6 @@ import (
|
||||
)
|
||||
|
||||
func TestIsEmail(t *testing.T) {
|
||||
|
||||
Convey("When validating a string that is a valid email", t, func() {
|
||||
result := IsEmail("abc@def.com")
|
||||
|
||||
|
Reference in New Issue
Block a user