Skip to content

Commit 587b6e6

Browse files
fix standard
1 parent 8b8daa3 commit 587b6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ class Server extends EventEmitter {
252252
res.setHeader('Content-Type', 'application/json')
253253
res.end(JSON.stringify(stats))
254254
} else if (req.url === '/stats') {
255-
res.setHeader('Content-Type', 'text/html');
255+
res.setHeader('Content-Type', 'text/html')
256256
res.end(`
257257
<h1>${stats.torrents} torrents (${stats.activeTorrents} active)</h1>
258258
<h2>Connected Peers: ${stats.peersAll}</h2>

0 commit comments

Comments
 (0)