File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
//! ```no_run
14
14
//! use dsh_sdk::dsh::Properties;
15
15
//! use std::path::PathBuf;
16
- //!
16
+ //!
17
17
//! # fn main() -> Result<(), Box<dyn std::error::Error>> {
18
18
//! let dsh_properties = Properties::get();
19
19
//! let directory = PathBuf::from("dir");
@@ -144,7 +144,7 @@ impl Cert {
144
144
/// ```no_run
145
145
/// use dsh_sdk::dsh::Properties;
146
146
/// use std::path::PathBuf;
147
- ///
147
+ ///
148
148
/// # fn main() -> Result<(), Box<dyn std::error::Error>> {
149
149
/// let dsh_properties = Properties::get();
150
150
/// let directory = PathBuf::from("dir");
Original file line number Diff line number Diff line change 14
14
//! ```
15
15
//! use dsh_sdk::dsh::Properties;
16
16
//! use dsh_sdk::rdkafka::consumer::stream_consumer::StreamConsumer;
17
- //!
17
+ //!
18
18
//! # #[tokio::main]
19
19
//! # async fn main() -> Result<(), Box<dyn std::error::Error>>{
20
20
//! let dsh_properties = Properties::get();
You can’t perform that action at this time.
0 commit comments