Skip to content

Commit 1929b78

Browse files
committed
Fixing white space
1 parent a9c9b3d commit 1929b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ Server.prototype.serveClient = function(v){
9595
if (!arguments.length) return this._serveClient;
9696
this._serveClient = v;
9797

98-
if(v && !clientSource) {
99-
clientSource = read(require.resolve('socket.io-client/socket.io.js'), 'utf-8');
98+
if (v && !clientSource) {
99+
clientSource = read(require.resolve('socket.io-client/socket.io.js'), 'utf-8');
100100
}
101101

102102
return this;

0 commit comments

Comments
 (0)