Skip to content

Commit 2145bec

Browse files
committed
Fix format
1 parent bfce7af commit 2145bec

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

examples/mutex.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ fn increment_value(shmem_flink: &str, thread_num: usize) {
4848
Ok(m) => m,
4949
Err(ShmemError::LinkExists) => ShmemConf::new().flink(shmem_flink).open().unwrap(),
5050
Err(e) => {
51-
eprintln!(
52-
"Unable to create or open shmem flink {shmem_flink} : {e}"
53-
);
51+
eprintln!("Unable to create or open shmem flink {shmem_flink} : {e}");
5452
return;
5553
}
5654
};

0 commit comments

Comments
 (0)