From 2359e0714630905dafd7ed6b322effdcc1b19c87 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 01:45:10 +0000 Subject: [PATCH] Format code with gofmt This commit fixes the style issues introduced in e9e84ea according to the output from gofmt. Details: https://deepsource.io/gh/outout14/sacrebleu-dns/transform/67d36107-8c80-4374-8608-5a30493582d4/ --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 3171d9b..0775716 100644 --- a/main.go +++ b/main.go @@ -21,8 +21,8 @@ var DB *sql.DB //Main loop func main() { - configPatch := flag.String("config", "config.ini", "the patch to the config file") //Get the config patch from --config flag - sqlMigration := flag.Bool("sqlmigrate", false, "initialize / migrate the database") //Detect if migration asked + configPatch := flag.String("config", "config.ini", "the patch to the config file") //Get the config patch from --config flag + sqlMigration := flag.Bool("sqlmigrate", false, "initialize / migrate the database") //Detect if migration asked flag.Parse() //Load the INI configuration file