add new line after class

This commit is contained in:
Michael Markoski
2019-05-25 15:32:18 -05:00
parent 45834c0709
commit 21b3f20fb1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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