Remove extra space in filename
This commit is contained in:
parent
2921ab1bd4
commit
9c6010aa6e
7 changed files with 12 additions and 12 deletions
|
|
@ -0,0 +1,6 @@
|
|||
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME}#end
|
||||
|
||||
// TODO Add your events or remove the file completely if no events
|
||||
sealed interface ${NAME}Events {
|
||||
object MyEvent: ${NAME}Events
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue