text formatting: consistent indentation

using 2 spaces for both `testtlswebsockets.nim` and
`tests/testwebsockets.nim`
This commit is contained in:
jangko 2021-05-21 15:56:13 +07:00
parent 2ed87ca58d
commit 4de768910b
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
2 changed files with 730 additions and 726 deletions

View File

@ -28,7 +28,6 @@ let
secureKey = TLSPrivateKey.init(SecureKey)
secureCert = TLSCertificate.init(SecureCert)
suite "Test websocket TLS handshake":
teardown:
await server.closeWait()

File diff suppressed because it is too large Load Diff