summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-02-28 10:27:06 +0100
committersharkdp <davidpeter@web.de>2020-02-28 10:27:06 +0100
commitca066bf7cd9919816c47c8c0dc28f16c61766889 (patch)
tree08da881f90a8d37a18f1c2a1629efa53e4abac32 /tests
parent4ac3161c19a234b81a7e6657ccae011413c75451 (diff)
Run 'cargo fmt'
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_tests.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs
index acc2f738..fcb5b7c7 100644
--- a/tests/integration_tests.rs
+++ b/tests/integration_tests.rs
@@ -494,7 +494,8 @@ fn unicode_wrap() {
.arg("--terminal-width=40")
.assert()
.success()
- .stdout(" 1 ビタミンA ビタミンD ビタミンE ビ
+ .stdout(
+ " 1 ビタミンA ビタミンD ビタミンE ビ
タミンK ビタミンB1 ビタミンB2 ナ
イアシン パントテン酸 ビタミンB6
ビタミンB12 葉酸 ビオチン ビタ
@@ -522,7 +523,8 @@ fn unicode_wrap() {
дерланды Австрия Польша Португалия
Румыния Словения Словакия Финляндия
Швеция Великобритания
-");
+",
+ );
}
#[test]