[IntelliJ project configuration] remove unnecessary trailing empty line from iml files

IDEA doesn't add such line when the module configuration is saved, so it's better to remove it, otherwise developers may get unexpected modified iml files in their working copies.

GitOrigin-RevId: dc1ad302d19a1b889e571c521d0b6cbfcb6c1c20
This commit is contained in:
Nikolay Chashnikov
2021-06-25 17:11:31 +03:00
committed by intellij-monorepo-bot
parent def6bcf483
commit 5a2ff9658d
8 changed files with 8 additions and 8 deletions

View File

@@ -17,4 +17,4 @@
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
</component>
</module>
</module>