Skip to content

Commit 725d640

Browse files
committed
chore: re-added the white spaces to maintain the readability
1 parent d968ba6 commit 725d640

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/serializers/infer.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pub(crate) fn infer_to_python_known(
4545
mut extra: &Extra,
4646
) -> PyResult<PyObject> {
4747
let py = value.py();
48+
4849
let mode = extra.mode;
4950
let mut guard = match extra.recursion_guard(value, INFER_DEF_REF_ID) {
5051
Ok(v) => v,
@@ -110,6 +111,7 @@ pub(crate) fn infer_to_python_known(
110111
);
111112
serializer.serializer.to_python(value, include, exclude, &extra)
112113
};
114+
113115
let value = match extra.mode {
114116
SerMode::Json => match ob_type {
115117
// `bool` and `None` can't be subclasses, `ObType::Int`, `ObType::Float`, `ObType::Str` refer to exact types

0 commit comments

Comments
 (0)