Skip to content

Commit e8d4f9a

Browse files
committed
Remove obsolete parenthesis
1 parent 203925d commit e8d4f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/test/java/at/bitfire/cert4android/TestCertStore.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import java.security.cert.X509Certificate
1616
import java.util.logging.Level
1717
import java.util.logging.Logger
1818

19-
class TestCertStore(): CertStore {
19+
class TestCertStore: CertStore {
2020

2121
private val logger
2222
get() = Logger.getLogger(javaClass.name)

0 commit comments

Comments
 (0)