bitsofinfo / hazelcast-docker-swarm-discovery-spi

Docker Swarm based discovery strategy SPI for Hazelcast enabled applications
Apache License 2.0
39 stars 33 forks source link

codeformat #40

Closed robinroos closed 5 years ago

robinroos commented 5 years ago

I have harmonised indentation at 4-spaces and run an Optimize Imports inspection. I configured Optimize Imports not to use *, since you seem to use explicit imports consistently; net effect is that any unused imports would have been removed and the order in which imports appear would have been set deterministically.

Doing these two things delivers a PR which is entirely non-functional. If you approve and merge this, then I'd like to do a few other items of tidy-up. Getting whitespace and imports sorted is a prerequisite (or you will not be able to see the wood for the trees when reviewing other items).