Skip to content

Commit fa3f892

Browse files
committed
Indenting
1 parent f244920 commit fa3f892

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/kotlin/at/bitfire/davdroid/di/CustomCertManagerModule.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ class CustomCertManagerModule {
3535
settings: SettingsManager
3636
): Optional<CustomCertManager> =
3737
if (BuildConfig.allowCustomCerts)
38-
Optional.of(
39-
CustomCertManager(
38+
Optional.of(CustomCertManager(
4039
certStore = CustomCertStore.getInstance(context),
4140
settings = object : SettingsProvider {
4241

0 commit comments

Comments
 (0)