Skip to content

Commit

Permalink
Insert a blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 6, 2023
1 parent df23092 commit 805feeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macro/src/dialect/operation/field_kind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ impl<'a> FieldKind<'a> {
parse_quote!(::melior::ir::operation::OperationResult<'c, '_>)
}
};

if !constraint.is_variadic() {
Self::create_result_type(base_type)
} else if let VariadicKind::AttributeSized = variadic_kind {
Expand Down

0 comments on commit 805feeb

Please sign in to comment.