mirror of
https://github.com/containers/podman.git
synced 2025-06-05 14:06:01 +08:00
[NO TESTS NEEDED] style: indendation
Signed-off-by: Matej Vasek <mvasek@redhat.com>
This commit is contained in:
@ -54,7 +54,7 @@ func (o *{{.StructName}}) ToParams() (url.Values, error) {
|
||||
if reflect.Ptr == f.Kind() {
|
||||
f = f.Elem()
|
||||
}
|
||||
switch {
|
||||
switch {
|
||||
case util.IsSimpleType(f):
|
||||
params.Set(fieldName, util.SimpleTypeToParam(f))
|
||||
case f.Kind() == reflect.Slice:
|
||||
|
Reference in New Issue
Block a user