mirror of
https://github.com/gin-gonic/gin.git
synced 2026-06-13 09:18:15 +08:00
Fix indentation in context.go
This commit is contained in:
parent
2ef64e8946
commit
578858229b
@ -1437,7 +1437,7 @@ func (c *Context) Value(key any) any {
|
|||||||
return c
|
return c
|
||||||
}
|
}
|
||||||
if val, exists := c.Get(key); exists {
|
if val, exists := c.Get(key); exists {
|
||||||
return val
|
return val
|
||||||
}
|
}
|
||||||
if !c.hasRequestContext() {
|
if !c.hasRequestContext() {
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user