From 1269ecdcf58c88a0ab171757b7830fbef9bf07a4 Mon Sep 17 00:00:00 2001 From: wang yan Date: Mon, 25 Nov 2024 02:22:51 +0800 Subject: [PATCH] fix Signed-off-by: wang yan --- src/testing/controller/robot/controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/controller/robot/controller.go b/src/testing/controller/robot/controller.go index c64b2287f3dc..32e09ea4e6f2 100644 --- a/src/testing/controller/robot/controller.go +++ b/src/testing/controller/robot/controller.go @@ -194,4 +194,4 @@ func NewController(t interface { t.Cleanup(func() { mock.AssertExpectations(t) }) return mock -} \ No newline at end of file +}