mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-24 10:49:43 +00:00
a155518b41
As part of pull request #179, commits 0d922e1, 003249c and d099100 introduced use of Java 8 language features and APIs. Commit c95f5ea manually reverted these changes (see #184 as to why), but in the process re-introduced formatting issues originally cleaned up by other commits in #179. This change fixes those formatting issues. - Replace leading tabs with spaces (for reasons detailed in 0827fb5) - Add space before opening curly brace - Optimize imports using shared .idea/codeStyleSettings.xml (note especially expansion of wildcard imports. See rationale in 780393d) - Do not align assignments on equals sign - Remove unnecessary additional newlines - Remove braces from single-line loops and conditionals