mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cookie: fix a new match error about redundant else
This commit is contained in:
parent
19d7553d67
commit
cd27300d75
@ -266,9 +266,6 @@ pub fn (c &Cookie) str() string {
|
|||||||
.same_site_strict_mode {
|
.same_site_strict_mode {
|
||||||
b.write('; SameSite=Strict')
|
b.write('; SameSite=Strict')
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
// Do nothing
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return b.str()
|
return b.str()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user