Template: Improve end of files.
This commit is contained in:
@@ -18,4 +18,3 @@ interface ${FEATURE_NAME}EntryPoint : FeatureEntryPoint {
|
||||
// Add your callbacks
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -54,4 +54,4 @@ class ${FEATURE_NAME}FlowNode @AssistedInject constructor(
|
||||
transitionHandler = rememberDefaultTransitionHandler(),
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,4 +19,4 @@ class ${NAME}Presenter @Inject constructor() : Presenter<${NAME}State> {
|
||||
eventSink = ::handleEvents
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ class ${NAME}Node @AssistedInject constructor(
|
||||
modifier = modifier
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user