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