mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-24 02:32:17 +08:00
fix indent
This commit is contained in:
parent
7b94ff0523
commit
3ce700d39f
@ -41,7 +41,7 @@ func mapForm(ptr interface{}, form map[string][]string) error {
|
|||||||
inputValue, exists := form[inputFieldName]
|
inputValue, exists := form[inputFieldName]
|
||||||
|
|
||||||
if !exists {
|
if !exists {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
numElems := len(inputValue)
|
numElems := len(inputValue)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user