From 2509dc3f7e68bf66759cfd377334cc6fee733689 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 23 Feb 2023 17:04:18 -0500 Subject: [PATCH] More gofmt --- testdata/chinook/db.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testdata/chinook/db.go b/testdata/chinook/db.go index 1481d193..b158aa7f 100644 --- a/testdata/chinook/db.go +++ b/testdata/chinook/db.go @@ -21,8 +21,7 @@ // SOFTWARE. /* - Chinook is a sample database available for SQL Server, Oracle, MySQL, etc. It can be created by running a single SQL script. Chinook database is an alternative to the Northwind database, being ideal for demos and testing ORM tools targeting single and multiple database servers. - +Chinook is a sample database available for SQL Server, Oracle, MySQL, etc. It can be created by running a single SQL script. Chinook database is an alternative to the Northwind database, being ideal for demos and testing ORM tools targeting single and multiple database servers. */ package chinook