diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-04-21 13:21:15 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-04-21 13:21:15 +0200 |
commit | 6381e1efbce3738e98be1a8f3ec3d3127cac0c54 (patch) | |
tree | b309a1a5b84d43511edff2734da5a695cbea760f /auth_files.go | |
parent | a43b511fbe0fb2aa423740b993ff472c38545c0e (diff) |
Make go vet happy
Diffstat (limited to 'auth_files.go')
-rw-r--r-- | auth_files.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth_files.go b/auth_files.go index e6b4abf..e05cff3 100644 --- a/auth_files.go +++ b/auth_files.go @@ -146,7 +146,6 @@ func (a authFiles) Unban(id string) error { if string(name) == id { return os.Remove(Path("ban/", f.Name())) - break } } } |