Skip to content

Commit a77fbae

Browse files
committed
style: digit separators
1 parent f9be653 commit a77fbae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/_utils.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ impl Default for SampleWorkspace {
7777
MergeableFileSystemTree::<&str, String>::from(dir! {
7878
"flat" => dir! {
7979
"0" => file!("")
80-
"1" => file!("a".repeat(100000))
81-
"2" => file!("a".repeat(200000))
82-
"3" => file!("a".repeat(300000))
80+
"1" => file!("a".repeat(100_000))
81+
"2" => file!("a".repeat(200_000))
82+
"3" => file!("a".repeat(300_000))
8383
}
8484
"nested" => dir! {
8585
"0" => dir! {
86-
"1" => file!("a".repeat(500000))
86+
"1" => file!("a".repeat(500_000))
8787
}
8888
}
8989
"empty-dir" => dir! {}

0 commit comments

Comments
 (0)