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

@@ -18,4 +18,3 @@ interface ${FEATURE_NAME}EntryPoint : FeatureEntryPoint {
// Add your callbacks
}
}

View File

@@ -54,4 +54,4 @@ class ${FEATURE_NAME}FlowNode @AssistedInject constructor(
transitionHandler = rememberDefaultTransitionHandler(),
)
}
}
}

View File

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

View File

@@ -26,4 +26,4 @@ class ${NAME}Node @AssistedInject constructor(
modifier = modifier
)
}
}
}