From 20ff2d8a67074d39f938da95f3b3eaf084eba286 Mon Sep 17 00:00:00 2001 From: Andrey Bosonchenko Date: Tue, 5 Dec 2017 14:37:55 +0200 Subject: [PATCH] go fmt --- contrib/face_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/face_test.go b/contrib/face_test.go index a6adc6b6..0c790465 100644 --- a/contrib/face_test.go +++ b/contrib/face_test.go @@ -2,8 +2,8 @@ package contrib import ( "gocv.io/x/gocv" - "testing" "math" + "testing" ) func TestLBPHFaceRecognizer_Methods(t *testing.T) {