Skip to content

Commit

Permalink
Welcome to Kotlin, we don't return things
Browse files Browse the repository at this point in the history
  • Loading branch information
interfect committed Feb 2, 2021
1 parent e85a366 commit c384acf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Analytics(

val experiments: NimbusApi by lazyMonitored {
// No experiments for Iceraven
return NimbusDisabled()
NimbusDisabled()
}
}

Expand Down

0 comments on commit c384acf

Please sign in to comment.