Remove wrong "(default)"

`blank_lines_upper_bound` has default value `1`, not `2`.
This commit is contained in:
YOSHIOKA Takuma 2018-06-21 11:42:09 +09:00
parent 1ead31ae9d
commit 9212ae7d02
No known key found for this signature in database
GPG Key ID: B3C7E2B5B252ED8B

View File

@ -1928,7 +1928,7 @@ fn bar() {
}
```
#### `2` (default):
#### `2`:
```rust
fn foo() {
println!("a");