Skip to content

Commit 6c0a9ec

Browse files
committed
Remove extra space
1 parent 91b4df4 commit 6c0a9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nan_persistent_12_inl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ template<typename T, typename M> class Persistent :
1414
public:
1515
inline Persistent() : v8::Persistent<T, M>() {}
1616

17-
template<typename S> inline explicit Persistent(v8::Local<S> that) :
17+
template<typename S> inline explicit Persistent(v8::Local<S> that) :
1818
v8::Persistent<T, M>(v8::Isolate::GetCurrent(), that) {}
1919

2020
template<typename S, typename M2>

0 commit comments

Comments
 (0)