Skip to content

Commit fefc74e

Browse files
authored
refactor: add trailing new line
Signed-off-by: Vinit Pandit <[email protected]>
1 parent b354470 commit fefc74e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/svariance/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/svariance/src/addon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
4242
return v;
4343
}
4444

45-
STDLIB_NAPI_MODULE_EXPORT_FCN( addon )
45+
STDLIB_NAPI_MODULE_EXPORT_FCN( addon )

0 commit comments

Comments
 (0)