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)
|
||||
secureCert = TLSCertificate.init(SecureCert)
|
||||
|
||||
|
||||
suite "Test websocket TLS handshake":
|
||||
teardown:
|
||||
await server.closeWait()
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue