Skip to content

Commit 68f2992

Browse files
committed
quic: fix linting issues
1 parent 94f5d5a commit 68f2992

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/quic/application.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ bool Session::Application::Start() {
6767
// By default there is nothing to do. Specific implementations may
6868
// override to perform more actions.
6969
return true;
70-
};
70+
}
7171

7272
void Session::Application::AcknowledgeStreamData(Stream* stream,
7373
size_t datalen) {

src/quic/transportparams.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#pragma once
22

3-
#include "memory_tracker.h"
43
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
54
#if HAVE_OPENSSL && NODE_OPENSSL_HAS_QUIC
65

0 commit comments

Comments
 (0)