From 0a86674f574d4ae3acec5b1a3b3d45e7a284ee1f Mon Sep 17 00:00:00 2001 From: paul-dingemans Date: Sat, 5 Mar 2022 14:28:23 +0100 Subject: [PATCH] Closes #1393 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76eba2c677..af0ada3173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added ### Fixed +- Fix lint message to "Unnecessary long whitespace" (`no-multi-spaces`) ([#1393](https://github.com/pinterest/ktlint/issues/1393)) ### Changed - Print the rule id always in the PlainReporter ([#1121](https://github.com/pinterest/ktlint/issues/1121))