Skip to content

Commit

Permalink
And format new submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfbiedert committed Nov 25, 2024
1 parent ec55c4a commit 921cb08
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions crates/backend_c/src/converter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ pub struct Converter {
}

impl Converter {
pub fn new(config: Config) -> Self {
Self {
config
}
}
pub fn new(config: Config) -> Self {
Self { config }
}
}

/// Converts Interoptopus types to C types.
Expand Down

0 comments on commit 921cb08

Please sign in to comment.