formatter

This commit is contained in:
alexpin 2020-02-25 01:01:10 +02:00
parent f724f0f2a2
commit b6bb470064
10 changed files with 212 additions and 212 deletions

View File

@ -53,5 +53,5 @@ func GetConfig() {
}
Config.Deadline = *deadline
Config.Limit = *limit
Config.JSONOnly = *jsonOnly;
Config.JSONOnly = *jsonOnly
}