We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c39be0 commit 6222627Copy full SHA for 6222627
lambda-events/src/event/dynamodb/mod.rs
@@ -27,7 +27,7 @@ impl fmt::Display for StreamViewType {
27
StreamViewType::NewAndOldImages => "NEW_AND_OLD_IMAGES",
28
StreamViewType::KeysOnly => "KEYS_ONLY",
29
};
30
- write!(f, "{}", val)
+ write!(f, "{val}")
31
}
32
33
0 commit comments