Skip to content

Commit 2b9129b

Browse files
docs(pre-compute): improve Rustdoc example formatting in file_utils
1 parent 6e9e211 commit 2b9129b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pre-compute/src/compute/utils/file_utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ pub fn download_file(url: &str, parent_dir: &str, filename: &str) -> Option<Path
153153
///
154154
/// ```rust
155155
/// use tee_worker_pre_compute::compute::utils::file_utils::download_from_url;
156+
///
156157
/// if let Some(bytes) = download_from_url("https://httpbin.org/json/test.json") {
157158
/// println!("Downloaded {} bytes", bytes.len());
158159
/// } else {

0 commit comments

Comments
 (0)