You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Belyak (Jira)" <ji...@apache.org> on 2021/11/25 07:32:00 UTC

[jira] [Created] (IGNITE-15991) Remove whitespace indents on empty lines

Alexander Belyak created IGNITE-15991:
-----------------------------------------

             Summary: Remove whitespace indents on empty lines
                 Key: IGNITE-15991
                 URL: https://issues.apache.org/jira/browse/IGNITE-15991
             Project: Ignite
          Issue Type: Improvement
          Components: general
            Reporter: Alexander Belyak
            Assignee: Alexander Belyak


To make next PRs smaller - let's remove whitespace indents on empty lines:

find . -type f -name *.java -exec sed -i 's/^[ \t]*$//' {} +



--
This message was sent by Atlassian Jira
(v8.20.1#820001)