Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hculea committed Oct 1, 2024
1 parent aa2213d commit eeaa0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/language/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ impl Python {
if field.has_default {
default = Some("None".to_string())
}
python_type = match python_field_name == field.id.renamed{
python_type = match python_field_name == field.id.renamed {
true => python_type,
false => {
self.module
Expand Down

0 comments on commit eeaa0d1

Please sign in to comment.