From 6004f42e153461d2f49c90aafd4389ba28369686 Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Wed, 26 Jun 2024 17:12:41 -0700 Subject: [PATCH] Add missing whitespace in generated mock file (#6489) PRs #6447 and #6477 got merged around the same time, and the mock file for the BGP interface was not generated using the latest mockgen version. Signed-off-by: Antonin Bas --- pkg/agent/bgp/testing/mock_bgp.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/agent/bgp/testing/mock_bgp.go b/pkg/agent/bgp/testing/mock_bgp.go index 0dc7cf2d160..1024e81ad5b 100644 --- a/pkg/agent/bgp/testing/mock_bgp.go +++ b/pkg/agent/bgp/testing/mock_bgp.go @@ -20,6 +20,7 @@ // // mockgen -copyright_file hack/boilerplate/license_header.raw.txt -destination pkg/agent/bgp/testing/mock_bgp.go -package testing antrea.io/antrea/pkg/agent/bgp Interface // + // Package testing is a generated GoMock package. package testing