From 5444edcd187fc016fa0127a3379d58ae895d4d28 Mon Sep 17 00:00:00 2001 From: Chengyou Liu Date: Mon, 18 Mar 2024 15:20:48 +0800 Subject: [PATCH] fmt cmd/go-tpc/main.go --- cmd/go-tpc/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/go-tpc/main.go b/cmd/go-tpc/main.go index 9fa1703..7fab1bf 100644 --- a/cmd/go-tpc/main.go +++ b/cmd/go-tpc/main.go @@ -50,8 +50,8 @@ var ( skipDdl bool onlyDdl bool risingwave bool - globalDB *sql.DB - globalCtx context.Context + globalDB *sql.DB + globalCtx context.Context ) const (