From 9212ae7d026480a9e7a6e363da32a6bc73849457 Mon Sep 17 00:00:00 2001 From: YOSHIOKA Takuma Date: Thu, 21 Jun 2018 11:42:09 +0900 Subject: [PATCH] Remove wrong "(default)" `blank_lines_upper_bound` has default value `1`, not `2`. --- Configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations.md b/Configurations.md index 79a20c4531a..1cf3b8ec718 100644 --- a/Configurations.md +++ b/Configurations.md @@ -1928,7 +1928,7 @@ fn bar() { } ``` -#### `2` (default): +#### `2`: ```rust fn foo() { println!("a");