You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2021/12/01 09:55:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-15991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17451676#comment-17451676 ] 

Andrey Mashenkov commented on IGNITE-15991:
-------------------------------------------

[~Berkov] merged to main.
Thanks for your contribution.

> 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
>            Priority: Minor
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha4
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> To make next PRs smaller - let's remove whitespace indents on empty lines:
> {code:java}
> find . -type f -name *.java -not -path './modules/bytecode/src/main/java/com/facebook/presto/bytecode/*' -not -path './modules/raft/src/main/java/org/apache/ignite/raft/jraft/*' -exec sed -i 's/^[ \t]*$//' {} +
> {code}
>  



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