forked from vieter-v/vieter
Fixed tiny linting error
This commit is contained in:
parent
18edb0ea8d
commit
99f6dc69fd
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ fn parse_attrs(name string, attrs []string) ?([]http.Method, string) {
|
||||||
}
|
}
|
||||||
if x.len > 0 {
|
if x.len > 0 {
|
||||||
return IError(http.UnexpectedExtraAttributeError{
|
return IError(http.UnexpectedExtraAttributeError{
|
||||||
attributes: x
|
attributes: x
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if methods.len == 0 {
|
if methods.len == 0 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue