Fixed tiny linting error

main^2
Jef Roosens 2022-02-18 22:08:58 +01:00
parent 18edb0ea8d
commit 99f6dc69fd
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ fn parse_attrs(name string, attrs []string) ?([]http.Method, string) {
}
if x.len > 0 {
return IError(http.UnexpectedExtraAttributeError{
attributes: x
attributes: x
})
}
if methods.len == 0 {