remove extra space

This commit is contained in:
Matthew Nesbit 2016-07-26 15:42:11 +01:00
parent 9a9df847af
commit 772ce28a81

@ -34,7 +34,7 @@ fun registerWhitelistTrustManager() {
*/
object WhitelistTrustManagerProvider : Provider("WhitelistTrustManager",
1.0,
"Provider for custom trust manager that always validates certificate names") {
"Provider for custom trust manager that always validates certificate names") {
val originalTrustProviderAlgorithm = Security.getProperty("ssl.TrustManagerFactory.algorithm")