From 333864eb2693ab2b83802a34caff9322920e2c5e Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 3 Oct 2023 15:16:24 +0200 Subject: [PATCH] Template: Improve end of files. --- .../fileTemplates/Template Module Feature Entry Point API.kt | 1 - .../fileTemplates/Template Module Feature Node Flow Impl.kt | 2 +- .../files/fileTemplates/Template Presentation Classes.kt | 2 +- .../fileTemplates/Template Presentation Classes.kt.child.1.kt | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) 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 +}