Skip to content

Commit a80c1e5

Browse files
committed
chore: fmt + clippy
1 parent cbecf2b commit a80c1e5

File tree

1 file changed

+1
-1
lines changed
  • lambda-events/src/event/sqs

1 file changed

+1
-1
lines changed

lambda-events/src/event/sqs/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pub struct SqsBatchResponse {
156156

157157
impl SqsBatchResponse {
158158
/// Add a failed message ID to the batch response
159-
pub fn add_failure(&mut self, message_id: String) -> () {
159+
pub fn add_failure(&mut self, message_id: String) {
160160
self.batch_item_failures.push(BatchItemFailure {
161161
item_identifier: message_id,
162162
#[cfg(feature = "catch-all-fields")]

0 commit comments

Comments
 (0)