Skip to content

Commit c0fa6d1

Browse files
committed
fix formatting
1 parent 65a23eb commit c0fa6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require = fn;
3030
*/
3131

3232
utils.getTitle = function(str) {
33-
if (/^\[[^\]]+\]\(/.test(str)) {
33+
if (/^\[[^\]]+\]\(/.test(str)) {
3434
var m = /^\[([^\]]+)\]/.exec(str);
3535
if (m) return m[1];
3636
}

0 commit comments

Comments
 (0)