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/
This commit is contained in:
deepsource-autofix[bot] 2020-12-24 01:45:10 +00:00 committed by GitHub
parent e9e84ea076
commit 2359e07146
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,8 @@ var DB *sql.DB
//Main loop //Main loop
func main() { func main() {
configPatch := flag.String("config", "config.ini", "the patch to the config file") //Get the config patch from --config flag 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 sqlMigration := flag.Bool("sqlmigrate", false, "initialize / migrate the database") //Detect if migration asked
flag.Parse() flag.Parse()
//Load the INI configuration file //Load the INI configuration file