Skip to content

Commit

Permalink
Remove wrong "(default)"
Browse files Browse the repository at this point in the history
`blank_lines_upper_bound` has default value `1`, not `2`.
  • Loading branch information
lo48576 committed Jun 21, 2018
1 parent 1ead31a commit 9212ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations.md
Expand Up @@ -1928,7 +1928,7 @@ fn bar() {
}
```

#### `2` (default):
#### `2`:
```rust
fn foo() {
println!("a");
Expand Down

0 comments on commit 9212ae7

Please sign in to comment.