Skip to content

Commit ced6cfa

Browse files
committed
fix go fmt
1 parent 0e1cbbf commit ced6cfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

value/structreflect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,4 @@ func (r structReflect) findJsonNameField(jsonName string) (reflect.Value, bool)
235235
}
236236
fieldVal := structCacheEntry.getFieldFromStruct(r.Value)
237237
return fieldVal, true
238-
}
238+
}

value/valuereflect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,4 @@ func toUnstructured(marshaler json.Marshaler, sv reflect.Value) (Value, error) {
281281
}
282282
return nil, fmt.Errorf("error decoding number from json: %v", err)
283283
}
284-
}
284+
}

0 commit comments

Comments
 (0)