More readable return statement
This commit is contained in:
parent
2495ce5808
commit
1d30c16e46
|
@ -41,5 +41,5 @@ func updateEndpointValidator(
|
|||
return
|
||||
}
|
||||
|
||||
return
|
||||
return body
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue