mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-08 16:23:12 +00:00
fix: lint fix probably latest
This commit is contained in:
parent
ac697c0bd8
commit
3f9d671fb1
@ -263,7 +263,7 @@ mod tests {
|
||||
let mut rng = rand::thread_rng();
|
||||
let random_u8: u8 = rng.gen();
|
||||
|
||||
let path_str = format!("/tmp/sequencer_{:?}", random_u8);
|
||||
let path_str = format!("/tmp/sequencer_{random_u8:?}");
|
||||
|
||||
SequencerConfig {
|
||||
home: PathBuf::from(path_str),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user