Fix code style

This commit is contained in:
Borewit
2018-03-04 18:49:59 +01:00
parent 5802cd3591
commit 8d657d93e0

View File

@@ -18,7 +18,7 @@ test("get cover from: 'wiredCd.torrent'", (t) => {
t.fail(err) t.fail(err)
} else { } else {
t.equals(extension, '.jpg') t.equals(extension, '.jpg')
t.end(); t.end()
} }
}) })
}) })