Skip to content

Commit 4969642

Browse files
committed
use the more standard column length
1 parent 0c75f9b commit 4969642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/sembr/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ struct Cli {
1515
/// Modify files that do not comply
1616
overwrite: bool,
1717
/// Applies to lines that are to be split
18-
#[arg(long, default_value_t = 100)]
18+
#[arg(long, default_value_t = 80)]
1919
line_length_limit: usize,
2020
}
2121

0 commit comments

Comments
 (0)