Skip to content

Commit dc4246c

Browse files
committed
cargo fmt
1 parent 2156a1f commit dc4246c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/dsh/certificates.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! ```no_run
1414
//! use dsh_sdk::dsh::Properties;
1515
//! use std::path::PathBuf;
16-
//!
16+
//!
1717
//! # fn main() -> Result<(), Box<dyn std::error::Error>> {
1818
//! let dsh_properties = Properties::get();
1919
//! let directory = PathBuf::from("dir");
@@ -144,7 +144,7 @@ impl Cert {
144144
/// ```no_run
145145
/// use dsh_sdk::dsh::Properties;
146146
/// use std::path::PathBuf;
147-
///
147+
///
148148
/// # fn main() -> Result<(), Box<dyn std::error::Error>> {
149149
/// let dsh_properties = Properties::get();
150150
/// let directory = PathBuf::from("dir");

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//! ```
1515
//! use dsh_sdk::dsh::Properties;
1616
//! use dsh_sdk::rdkafka::consumer::stream_consumer::StreamConsumer;
17-
//!
17+
//!
1818
//! # #[tokio::main]
1919
//! # async fn main() -> Result<(), Box<dyn std::error::Error>>{
2020
//! let dsh_properties = Properties::get();

0 commit comments

Comments
 (0)