Fix formatting issue.
This commit is contained in:
parent
4a84350261
commit
69ffed5e2b
1 changed files with 1 additions and 2 deletions
|
|
@ -24,8 +24,7 @@ import okhttp3.HttpUrl.Companion.toHttpUrl
|
||||||
import javax.inject.Inject
|
import javax.inject.Inject
|
||||||
|
|
||||||
@ContributesBinding(AppScope::class)
|
@ContributesBinding(AppScope::class)
|
||||||
class DefaultBugReporterUrlProvider @Inject constructor(
|
class DefaultBugReporterUrlProvider @Inject constructor() : BugReporterUrlProvider {
|
||||||
) : BugReporterUrlProvider {
|
|
||||||
override fun provide(): HttpUrl {
|
override fun provide(): HttpUrl {
|
||||||
return RageshakeConfig.BUG_REPORT_URL.toHttpUrl()
|
return RageshakeConfig.BUG_REPORT_URL.toHttpUrl()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue