From 48e7d44766d184dd3fc12294db5ccf8d0b6f918c Mon Sep 17 00:00:00 2001 From: Ludovic Chenut Date: Fri, 4 Oct 2024 10:38:40 +0200 Subject: [PATCH] chore: remove empty line --- webrtc/sctp/sctp_connection.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/webrtc/sctp/sctp_connection.nim b/webrtc/sctp/sctp_connection.nim index e70258f..78cd5f0 100644 --- a/webrtc/sctp/sctp_connection.nim +++ b/webrtc/sctp/sctp_connection.nim @@ -53,7 +53,6 @@ type conn: DtlsConn # Underlying DTLS Connection sctpSocket*: ptr socket # Current usrsctp socket - state*: SctpState # Current Sctp State onClose: seq[SctpConnOnClose] # List of procedure to run while closing a connection