From 2ffb0f858144fdc20cf4b8d35ee3a609377b9ab9 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 15 Sep 2025 12:20:52 +0200 Subject: [PATCH] Remove empty line. --- .../fileTemplates/Template Module Feature Entry Point API.kt | 1 - 1 file changed, 1 deletion(-) 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 6297ec4e24..37f0500444 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 @@ -6,7 +6,6 @@ import com.bumble.appyx.core.plugin.Plugin import io.element.android.libraries.architecture.FeatureEntryPoint interface ${FEATURE_NAME}EntryPoint : FeatureEntryPoint { - fun nodeBuilder(parentNode: Node, buildContext: BuildContext): NodeBuilder interface NodeBuilder {