Skip to content

Commit 6ae79f7

Browse files
devasciaddaleax
authored andcommitted
src: Modified to use 2 space for indentation.
used 2 spaces instead of 4 for indentation Fixes: nodejs#27211 Refs: https://v8docs.nodesource.com/node-4.8/annotated.html
1 parent 7db9f03 commit 6ae79f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node_env_var.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ Local<String> RealEnvStore::Get(Isolate* isolate,
111111
String::NewFromUtf8(isolate, val, NewStringType::kNormal);
112112

113113
if (value_string.IsEmpty()) {
114-
isolate->ThrowException(ERR_STRING_TOO_LONG(isolate));
115-
return Local<String>();
114+
isolate->ThrowException(ERR_STRING_TOO_LONG(isolate));
115+
return Local<String>();
116116
}
117117

118118
if (nullptr != val) free(val);

0 commit comments

Comments
 (0)