Skip to content

Commit 1aa0c36

Browse files
committed
Apply cargo fmt suggestions
1 parent bfcfeb9 commit 1aa0c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/module.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ impl Input {
259259
template_with_replacements = template_with_replacements
260260
.replace("${include_statements}", "Include modules here.");
261261
} else {
262-
template_with_replacements = template_with_replacements
263-
.replace("${include_statements}\n", "");
262+
template_with_replacements =
263+
template_with_replacements.replace("${include_statements}\n", "");
264264
}
265265

266266
// If the `--no-examples` option is active, remove all lines between the <example> tags.

0 commit comments

Comments
 (0)