Skip to content

Commit

Permalink
http2: Fix linter again
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Dec 31, 2023
1 parent 287b052 commit 835fdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_http2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ void Http2Session::FetchAllowedRemoteCustomSettings() {
}
}

void Http2Session::MemoryInfo(MemoryTracker * tracker) const {
void Http2Session::MemoryInfo(MemoryTracker* tracker) const {
tracker->TrackField("streams", streams_);
tracker->TrackField("outstanding_pings", outstanding_pings_);
tracker->TrackField("outstanding_settings", outstanding_settings_);
Expand Down

0 comments on commit 835fdce

Please sign in to comment.