Skip to content

Commit ca0ae96

Browse files
committed
fix: reformat doctest
1 parent fe6b7d7 commit ca0ae96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cot/src/cache/store/file.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ impl FileStore {
482482
/// # Examples
483483
///
484484
/// ```
485-
/// use std::path::{PathBuf, Path};
485+
/// use std::path::{Path, PathBuf};
486486
///
487487
/// use cot::cache::store::file::{FileStore, FileStorePoolConfig};
488488
///
@@ -509,7 +509,7 @@ impl FileStore {
509509
/// .queue_size(128)
510510
/// .acquisition_timeout_ms(2000)
511511
/// .waiting_timeout_ms(4000)
512-
/// .build()
512+
/// .build(),
513513
/// )
514514
/// .unwrap();
515515
/// # let _ = tokio::fs::remove_dir_all("cache").await;

0 commit comments

Comments
 (0)