Skip to content

Commit 50d0072

Browse files
committed
parallel-letter-frequency: Run rustfmt
1 parent 9b3791e commit 50d0072

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

exercises/practice/parallel-letter-frequency/tests/parallel_letter_frequency.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ const DOSTOEVSKY: [&str; 4] = [
321321
if only from the one consideration, that, if man is stupid, then who is wise?) But if he is not stupid, he is monstrously ungrateful!
322322
Phenomenally ungrateful. In fact, I believe that the best definition of man is the ungrateful biped. But that is not all, that is not his worst defect;
323323
his worst defect is his perpetual moral obliquity, perpetual - from the days of the Flood to the Schleswig-Holstein period.
324-
"#
324+
"#,
325325
];
326326

327327
#[test]
@@ -352,8 +352,10 @@ fn large_texts() {
352352
('v', 111),
353353
('w', 223),
354354
('x', 7),
355-
('y', 251)
356-
].into_iter().collect();
355+
('y', 251),
356+
]
357+
.into_iter()
358+
.collect();
357359

358360
assert_eq!(frequency::frequency(&DOSTOEVSKY, 4), expected);
359361
}

0 commit comments

Comments
 (0)