mirror of
https://github.com/java-diff-utils/java-diff-utils.git
synced 2026-03-13 10:11:17 +08:00
fixes #11
This commit is contained in:
@@ -146,7 +146,7 @@ public class DiffRowGenerator {
|
||||
* ured ignoreBlankLines parameter
|
||||
*/
|
||||
public Builder columnWidth(int width) {
|
||||
if (width > 0) {
|
||||
if (width >= 0) {
|
||||
columnWidth = width;
|
||||
}
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user