aboutsummaryrefslogtreecommitdiff
path: root/auth_files.go
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-04-21 13:21:15 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-04-21 13:21:15 +0200
commit6381e1efbce3738e98be1a8f3ec3d3127cac0c54 (patch)
treeb309a1a5b84d43511edff2734da5a695cbea760f /auth_files.go
parenta43b511fbe0fb2aa423740b993ff472c38545c0e (diff)
Make go vet happy
Diffstat (limited to 'auth_files.go')
-rw-r--r--auth_files.go1
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
}
}
}