Skip to content

Commit db7c38e

Browse files
committed
fix formatting
1 parent 632fc20 commit db7c38e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

rumqttd/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ impl ConsoleSettings {
144144
}
145145
}
146146

147-
#[derive(Debug, Serialize, Deserialize, Clone)]
148-
#[derive(Default)]
147+
#[derive(Debug, Serialize, Deserialize, Clone, Default)]
149148
pub enum Transport {
150149
#[serde(rename = "tcp")]
151150
#[default]
@@ -157,8 +156,6 @@ pub enum Transport {
157156
},
158157
}
159158

160-
161-
162159
#[derive(Clone, Debug, Serialize, Deserialize)]
163160
pub struct ClientAuth {
164161
certs: PathBuf,

rumqttd/src/link/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ pub mod remote;
88
#[cfg(feature = "websockets")]
99
pub mod shadow;
1010
pub mod timer;
11-

0 commit comments

Comments
 (0)