cookie: fix a new match error about redundant `else`
parent
19d7553d67
commit
cd27300d75
|
@ -266,9 +266,6 @@ pub fn (c &Cookie) str() string {
|
|||
.same_site_strict_mode {
|
||||
b.write('; SameSite=Strict')
|
||||
}
|
||||
else {
|
||||
// Do nothing
|
||||
}
|
||||
}
|
||||
return b.str()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue