Skip to content

Commit e7b52a4

Browse files
committed
cargo fmt
1 parent a07ad33 commit e7b52a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rumqttc/src/v5/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pub enum StateError {
6565
#[error("Connection failed with reason '{reason:?}' ")]
6666
ConnFail { reason: ConnectReturnCode },
6767
#[error("Connection closed by peer abruptly")]
68-
ConnectionAborted
68+
ConnectionAborted,
6969
}
7070

7171
impl From<mqttbytes::Error> for StateError {

0 commit comments

Comments
 (0)