Skip to content

Commit d937896

Browse files
committed
Delete trailing spaces.
1 parent d51021d commit d937896

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
- [Unit testing](testing/unit_testing.md)
429429
- [Documentation testing](testing/doc_testing.md)
430430
- [Integration testing](testing/integration_testing.md)
431-
- [Dev-dependencies](testing/dev_dependencies.md)
431+
- [Dev-dependencies](testing/dev_dependencies.md)
432432
-->
433433

434434
- [テスト](testing.md)

src/testing/integration_testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ fn test_add() {
118118
<!--
119119
Creating the module as `tests/common.rs` also works, but is not recommended
120120
because the test runner will treat the file as a test crate and try to run tests
121-
inside it.
121+
inside it.
122122
-->
123123
モジュールを`tests/common.rs`に記述することも可能ですが、`tests/common.rs`中のテストも自動的に実行されてしまうため非推奨です。
124124

0 commit comments

Comments
 (0)