From b54535b8fcc593fca747afafcfe270ac42d82687 Mon Sep 17 00:00:00 2001 From: xiongww Date: Thu, 28 Sep 2023 10:40:08 +0800 Subject: [PATCH] go fmt --- pkg/controller/vpc_nat_gateway.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/vpc_nat_gateway.go b/pkg/controller/vpc_nat_gateway.go index 4b4d541a533c..ec91505cffd7 100644 --- a/pkg/controller/vpc_nat_gateway.go +++ b/pkg/controller/vpc_nat_gateway.go @@ -1121,4 +1121,4 @@ func (c *Controller) initVpcNatGw() error { } } return nil -} \ No newline at end of file +}