aarondav/scala-imports-organizer

Renamed imports followed by underscore

jctim opened this issue · 2 comments

_import org.mockito.Matchers.{eq => meq, }

turns into

import org.mockito.Matchers.{, eq => meq}_

but underscore should stay in the end

Sorry about this. I have fixed it in 0.1.5 (ab88381).

Thanks!