Skip to content

Commit

Permalink
style(core): add space in macro
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Jan 19, 2024
1 parent 1ea96a2 commit 90eef4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dar2oar_core/src/condition_parser/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ macro_rules! gen_cond {
ConditionSet::$id($id {
negated: $negated,
$field_name:
<Vec<crate::dar_syntax::syntax::FnArg<'_>> as $crate::condition_parser::macros::GetArg>::try_get(&$args,0, $expected)?.into(),
<Vec<crate::dar_syntax::syntax::FnArg<'_>> as $crate::condition_parser::macros::GetArg>::try_get(&$args, 0, $expected)?.into(),
..Default::default()
})
};
Expand Down

0 comments on commit 90eef4f

Please sign in to comment.