Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Oct 7, 2024
1 parent d84509c commit 5ae1f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/outputs/connection_object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl ConnectionObjectBuilder {
if let Some(value) = connection
.pagination_info
.as_ref()
.map(|v| FieldValue::borrowed_any(v))
.map(FieldValue::borrowed_any)
{
Ok(Some(value))
} else {
Expand Down

0 comments on commit 5ae1f78

Please sign in to comment.