text formatting: consistent indentation
using 2 spaces for both `testtlswebsockets.nim` and `tests/testwebsockets.nim`
This commit is contained in:
parent
2ed87ca58d
commit
4de768910b
|
@ -28,7 +28,6 @@ let
|
||||||
secureKey = TLSPrivateKey.init(SecureKey)
|
secureKey = TLSPrivateKey.init(SecureKey)
|
||||||
secureCert = TLSCertificate.init(SecureCert)
|
secureCert = TLSCertificate.init(SecureCert)
|
||||||
|
|
||||||
|
|
||||||
suite "Test websocket TLS handshake":
|
suite "Test websocket TLS handshake":
|
||||||
teardown:
|
teardown:
|
||||||
await server.closeWait()
|
await server.closeWait()
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue