0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-18 02:22:46 -05:00

refactor: fix linting

This commit is contained in:
Juan Picado @jotadeveloper 2017-12-02 11:20:27 +01:00 committed by juanpicado
parent ca5fd82d95
commit e00e41b24b
5 changed files with 5 additions and 9 deletions

View file

@ -173,5 +173,4 @@ export default function(server, server2) {
});
});
};
}

View file

@ -58,5 +58,4 @@ export default function (server, server2) {
});
});
});
};
}

View file

@ -62,5 +62,4 @@ export default function(server, express) {
.body_error('internal server error');
});
});
};
}

View file

@ -65,5 +65,4 @@ export default function(server) {
.body_error(/invalid filename/);
});
});
};
}

View file

@ -160,4 +160,4 @@ export default function(server, express) {
});
});
};
}