Template: Improve end of files.

This commit is contained in:
Benoit Marty 2023-10-03 15:16:24 +02:00
parent f5137f96a9
commit 333864eb26
4 changed files with 3 additions and 4 deletions

View file

@ -19,4 +19,4 @@ class ${NAME}Presenter @Inject constructor() : Presenter<${NAME}State> {
eventSink = ::handleEvents
)
}
}
}