Skip to content

Commit 78fbdfd

Browse files
committed
fix formatting
1 parent 15ca8bc commit 78fbdfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ create_config! {
151151
"Write an item and its attribute on the same line \
152152
if their combined width is below a threshold";
153153
format_generated_files: bool, true, false, "Format generated files";
154-
generated_marker_line_search_limit: usize, 5, false, "Number of lines to check for a `@generated` \
155-
marker when `format_generated_files` is enabled";
154+
generated_marker_line_search_limit: usize, 5, false, "Number of lines to check for a \
155+
`@generated` marker when `format_generated_files` is enabled";
156156

157157
// Options that can change the source code beyond whitespace/blocks (somewhat linty things)
158158
merge_derives: bool, true, true, "Merge multiple `#[derive(...)]` into a single one";

0 commit comments

Comments
 (0)