Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Jan 28, 2024
1 parent 3ba7243 commit ab6e913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public struct _DynamicPropertyBuffer {
inputs: &inputs
)
}
case let .sum(type, taggedFields):
case let .sum(_, taggedFields):
guard !taggedFields.isEmpty else {
return
}
Expand Down

0 comments on commit ab6e913

Please sign in to comment.