Skip to content

Commit 5d6b31d

Browse files
style: format Rust code with cargo fmt
1 parent 222c2fb commit 5d6b31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compute/app_runner.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ pub enum ExitMode {
3333
/// ```
3434
/// use crate::app_runner::start;
3535
/// use crate::pre_compute_app::PreComputeApp;
36-
///
37-
/// let chain_task_id = ;
36+
///
37+
/// let chain_task_id = "0x123456789abcdef";
3838
/// let pre_compute_args = match PreComputeArgs::read_args() {
3939
/// Ok(pre_compute_args) => pre_compute_args,
4040
/// Err(_) => {

0 commit comments

Comments
 (0)