Skip to content

Commit 70a4cc3

Browse files
committed
chore: fix space
1 parent a2007db commit 70a4cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Napi::Object ConstantsWrapper::Init(Napi::Env env, Napi::Object exports) {
8989
"LIBSESSION_PRO_URLS",
9090
pro_urls,
9191
napi_enumerable),
92-
ObjectWrap::StaticValue(
92+
ObjectWrap::StaticValue(
9393
"LIBSESSION_PRO_PROVIDERS",
9494
pro_providers,
9595
napi_enumerable),

0 commit comments

Comments
 (0)