Template: Improve end of files.
This commit is contained in:
parent
a65eb36e7b
commit
a202b2dedc
4 changed files with 3 additions and 4 deletions
|
|
@ -18,4 +18,3 @@ interface ${FEATURE_NAME}EntryPoint : FeatureEntryPoint {
|
||||||
// Add your callbacks
|
// Add your callbacks
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,4 +54,4 @@ class ${FEATURE_NAME}FlowNode @AssistedInject constructor(
|
||||||
transitionHandler = rememberDefaultTransitionHandler(),
|
transitionHandler = rememberDefaultTransitionHandler(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,4 +19,4 @@ class ${NAME}Presenter @Inject constructor() : Presenter<${NAME}State> {
|
||||||
eventSink = ::handleEvents
|
eventSink = ::handleEvents
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,4 +26,4 @@ class ${NAME}Node @AssistedInject constructor(
|
||||||
modifier = modifier
|
modifier = modifier
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue