diff --git a/tools/templates/files/fileTemplates/Template Module Feature Entry Point API.kt b/tools/templates/files/fileTemplates/Template Module Feature Entry Point API.kt index 54ede7ad0d..6297ec4e24 100644 --- a/tools/templates/files/fileTemplates/Template Module Feature Entry Point API.kt +++ b/tools/templates/files/fileTemplates/Template Module Feature Entry Point API.kt @@ -18,4 +18,3 @@ interface ${FEATURE_NAME}EntryPoint : FeatureEntryPoint { // Add your callbacks } } - diff --git a/tools/templates/files/fileTemplates/Template Module Feature Node Flow Impl.kt b/tools/templates/files/fileTemplates/Template Module Feature Node Flow Impl.kt index 299239f142..d08d67ae38 100644 --- a/tools/templates/files/fileTemplates/Template Module Feature Node Flow Impl.kt +++ b/tools/templates/files/fileTemplates/Template Module Feature Node Flow Impl.kt @@ -54,4 +54,4 @@ class ${FEATURE_NAME}FlowNode @AssistedInject constructor( transitionHandler = rememberDefaultTransitionHandler(), ) } -} \ No newline at end of file +} diff --git a/tools/templates/files/fileTemplates/Template Presentation Classes.kt b/tools/templates/files/fileTemplates/Template Presentation Classes.kt index a095220199..aa44bc4269 100644 --- a/tools/templates/files/fileTemplates/Template Presentation Classes.kt +++ b/tools/templates/files/fileTemplates/Template Presentation Classes.kt @@ -19,4 +19,4 @@ class ${NAME}Presenter @Inject constructor() : Presenter<${NAME}State> { eventSink = ::handleEvents ) } -} \ No newline at end of file +} diff --git a/tools/templates/files/fileTemplates/Template Presentation Classes.kt.child.1.kt b/tools/templates/files/fileTemplates/Template Presentation Classes.kt.child.1.kt index 9c3f7842b9..0c997351f0 100644 --- a/tools/templates/files/fileTemplates/Template Presentation Classes.kt.child.1.kt +++ b/tools/templates/files/fileTemplates/Template Presentation Classes.kt.child.1.kt @@ -26,4 +26,4 @@ class ${NAME}Node @AssistedInject constructor( modifier = modifier ) } -} \ No newline at end of file +}