Skip to content

Commit ba1dd78

Browse files
committed
code style
1 parent 65b1a4a commit ba1dd78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/formats/formats.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ module.exports = {
5656
}
5757
} else if (format) {
5858
var fmt = formatParse(format);
59+
5960
if (module.exports[fmt.scheme]) {
6061
if (fmt.keyType === 'private') {
6162
module.exports[fmt.scheme].privateImport(key, data, fmt.keyOpt);

0 commit comments

Comments
 (0)