Skip to content

Commit

Permalink
chore: apply formatting to changes in rust codebase
Browse files Browse the repository at this point in the history
Signed-off-by: oleg.hoefling <[email protected]>
  • Loading branch information
hoefling committed Nov 7, 2024
1 parent 56bec7f commit 0e01647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/src/x509/certificate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ fn parse_profession_infos<'a>(
py_oids.append(py_oid)?;
}
py_oids.to_object(py)
},
}
None => py.None(),
};
let py_registration_number = match info.registration_number {
Expand Down

0 comments on commit 0e01647

Please sign in to comment.