Skip to content

Commit 9fb2eca

Browse files
committed
clippy fixes
1 parent 895678c commit 9fb2eca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sinks/gcp_chronicle/chronicle_unstructured.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -498,12 +498,12 @@ impl RequestBuilder<(ChroniclePartitionKey, Vec<Event>)> for ChronicleRequestBui
498498
}
499499
}
500500

501-
return ChronicleRequest {
502-
headers: headers,
501+
ChronicleRequest {
502+
headers,
503503
body: payload.into_payload().bytes,
504504
finalizers,
505505
metadata,
506-
};
506+
}
507507
}
508508
}
509509

0 commit comments

Comments
 (0)