mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-12 17:02:56 +01:00
Missing new line
This commit is contained in:
parent
5a29d4bc19
commit
db3327f527
1 changed files with 1 additions and 1 deletions
2
hibp.go
2
hibp.go
|
@ -24,7 +24,7 @@ func checkHibp(p string) (bool, error) {
|
|||
defer func() {
|
||||
err := httpRes.Body.Close()
|
||||
if err != nil {
|
||||
log.Printf("error while closing HTTP response body: %v", err)
|
||||
log.Printf("error while closing HTTP response body: %v\n", err)
|
||||
}
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in a new issue