Skip to content

Commit 3d39897

Browse files
authored
Fix comment formatting for client_id field
1 parent ea25ada commit 3d39897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lambda-events/src/event/iot

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub struct IoTCoreMqttContext {
9696
#[serde(default)]
9797
pub client_id: Option<String>,
9898
/// X.509 custom authorizer requests don't include a password field.
99-
/// Default to empty Vec<u8> when absent.
99+
/// Default to empty `Vec<u8>` when absent.
100100
/// Serializing result will be `password: ""`
101101
#[serde(default)]
102102
pub password: Base64Data,

0 commit comments

Comments
 (0)