0

I found this line of code in my program:

        inPorts.put(myInPort,  new HashMap<String, Object>().put(otherOutPort,  otherDevice));

where in front there are to tabs, that's ok, but after the comma and before the word new there are two spaces by accident. And before the word otherDevice there are also two spaces.

Is it possible to remove one space (in this case) automatically?

Christoph S.
  • 585
  • 3
  • 16

0 Answers0