remove whitespace at class end

This commit is contained in:
Michael Markoski
2019-05-25 15:29:12 -05:00
parent 1764856f5b
commit c44a26fa35
3 changed files with 3 additions and 5 deletions

View File

@@ -92,4 +92,4 @@ class Crypto implements API
}
return false;
}
}
}

View File

@@ -150,5 +150,4 @@ class SSL implements API
}
return false;
}
}
}

View File

@@ -118,5 +118,4 @@ class TLS implements API
}
return false;
}
}
}