Skip to content

Commit 9fa2fd8

Browse files
authored
Fix formatting in KinesisBatchItemFailure initialization
1 parent 16356dd commit 9fa2fd8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl KinesisEventResponse {
3434
item_identifier: Some(item_identifier.into()),
3535
#[cfg(feature = "catch-all-fields")]
3636
other: serde_json::Map::new(),
37-
..Default::default(),
37+
..Default::default()
3838
});
3939
}
4040

0 commit comments

Comments
 (0)