mirror of
https://github.com/gin-gonic/gin.git
synced 2026-01-12 01:26:56 +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
|
||||
}
|
||||
if val, exists := c.Get(key); exists {
|
||||
return val
|
||||
return val
|
||||
}
|
||||
if !c.hasRequestContext() {
|
||||
return nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user