Skip to content

Commit d2b3548

Browse files
committed
fixup
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
1 parent 1aec67c commit d2b3548

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/node_options.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ class EnvironmentOptions : public Options {
183183
bool experimental_network_inspection = EXPERIMENTALS_DEFAULT_VALUE;
184184
bool experimental_worker_inspection = EXPERIMENTALS_DEFAULT_VALUE;
185185
bool experimental_storage_inspection = EXPERIMENTALS_DEFAULT_VALUE;
186-
bool experimental_inspector_network_resource =
187-
EXPERIMENTALS_DEFAULT_VALUE;
186+
bool experimental_inspector_network_resource = EXPERIMENTALS_DEFAULT_VALUE;
188187
std::string heap_prof_dir;
189188
std::string heap_prof_name;
190189
static const uint64_t kDefaultHeapProfInterval = 512 * 1024;

0 commit comments

Comments
 (0)