Commit 7d0fb5ca authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Code formatting...

parent 05b4400f
...@@ -12,6 +12,7 @@ import kotlinx.coroutines.experimental.Job ...@@ -12,6 +12,7 @@ import kotlinx.coroutines.experimental.Job
@Module @Module
@PerFragment @PerFragment
class SignupFragmentModule { class SignupFragmentModule {
@Provides @Provides
fun signupView(frag: SignupFragment): SignupView { fun signupView(frag: SignupFragment): SignupView {
return frag return frag
...@@ -26,4 +27,4 @@ class SignupFragmentModule { ...@@ -26,4 +27,4 @@ class SignupFragmentModule {
fun provideCancelStrategy(owner: LifecycleOwner, jobs: Job): CancelStrategy { fun provideCancelStrategy(owner: LifecycleOwner, jobs: Job): CancelStrategy {
return CancelStrategy(owner, jobs) return CancelStrategy(owner, jobs)
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment