checker: Fix go vet
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2021-10-31 20:11:58 +01:00
parent 65230f4fc2
commit db46b615c3
2 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ func main() {
// Check one or more students and exit
for _, std_login := range flag.Args() {
if verbose {
log.Println("==============================\n")
log.Printf("==============================\n\n")
}
if std, err := adlin.GetStudentByLogin(std_login); err != nil {