Fix eslint formatting warnings

This commit is contained in:
toby 2017-03-13 17:31:00 -04:00
parent d279d16ce0
commit 7188f9397f
3 changed files with 7 additions and 7 deletions

View file

@ -440,7 +440,7 @@ TestRegister.addTests(CYBERCHEF_GENERATED_KEY_PAIRS.map(function(keyPair) {
args: ["Public key"],
},
],
}
};
}));
TestRegister.addTests(CYBERCHEF_GENERATED_KEY_PAIRS.map(function(keyPair) {
@ -462,7 +462,7 @@ TestRegister.addTests(CYBERCHEF_GENERATED_KEY_PAIRS.map(function(keyPair) {
args: ["Private key"],
},
],
}
};
}));
CYBERCHEF_GENERATED_KEY_PAIRS.forEach(function(keyPair) {
@ -488,4 +488,4 @@ CYBERCHEF_GENERATED_KEY_PAIRS.forEach(function(keyPair) {
],
};
}));
});
});