diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2023-01-09 12:07:09 +0100 |
---|---|---|
committer | Filip Tehlar <ftehlar@cisco.com> | 2023-01-09 12:14:23 +0100 |
commit | f3ee2b636ad3b12e7484ec6fb13f220699417046 (patch) | |
tree | 20a2f6a1a0b42d0306e947b9b19f6861df5dbb92 /extras/hs-test/suite_veth_test.go | |
parent | c204c87c186993704927beffa4d5b1cafaf9a193 (diff) |
hs-test: fix code style
This will add a new target (fixstyle) to Makefile that runs gofmt tool.
Type: style
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: Icba60633f82aa8bbc75749f080e00f0375b55a18
Diffstat (limited to 'extras/hs-test/suite_veth_test.go')
-rw-r--r-- | extras/hs-test/suite_veth_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/hs-test/suite_veth_test.go b/extras/hs-test/suite_veth_test.go index f41e87df128..5276072eed6 100644 --- a/extras/hs-test/suite_veth_test.go +++ b/extras/hs-test/suite_veth_test.go @@ -13,4 +13,3 @@ func (s *VethsSuite) SetupSuite() { s.teardownSuite = setupSuite(&s.Suite, "2peerVeth") s.loadContainerTopology("2peerVeth") } - |