mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-06 08:25:19 -04:00
improving code quality issues reported by Codacy
This commit is contained in:
parent
3bca559826
commit
98d07e0789
8 changed files with 21 additions and 16 deletions
|
@ -172,7 +172,7 @@ describe('Helper', function () {
|
|||
postfix = postfix.replace(/%(s|d)/g, '%%');
|
||||
var result = prefix + '0' + postfix;
|
||||
params.unshift(prefix + '%d' + postfix);
|
||||
return result === $.PrivateBin.Helper.sprintf.apply(this, params)
|
||||
return result === $.PrivateBin.Helper.sprintf.apply(this, params);
|
||||
}
|
||||
);
|
||||
jsc.property(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue