src: fix more extra-semi warnings · nodejs/node@dc2119a · GitHub
Skip to content

Commit dc2119a

Browse files
nornagonBridgeAR
authored andcommitted
src: fix more extra-semi warnings
PR-URL: #26340 Reviewed-By: Masashi Hirano <shisama07@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent d2e9e52 commit dc2119a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/inspector_js_api.cc

Lines changed: 1 addition & 1 deletion

src/node_http2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using performance::PerformanceEntry;
3535
#define DEFAULT_MAX_SETTINGS 10
3636

3737
// Default maximum total memory cap for Http2Session.
38-
#define DEFAULT_MAX_SESSION_MEMORY 1e7;
38+
#define DEFAULT_MAX_SESSION_MEMORY 1e7
3939

4040
// These are the standard HTTP/2 defaults as specified by the RFC
4141
#define DEFAULT_SETTINGS_HEADER_TABLE_SIZE 4096

src/node_messaging.cc

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)