1
0
mirror of https://github.com/S2-/securerandomstring.git synced 2025-08-02 10:20:05 +02:00

fix source files to be compliant with .jscs rules

This commit is contained in:
s2
2017-11-24 09:48:03 +01:00
parent a3cef28167
commit 4689347480
2 changed files with 5 additions and 6 deletions

View File

@@ -29,7 +29,6 @@ function srs(options, cb) {
string = string.replace(/\//g, '_').replace(/\+/g, '-');
return string.substr(0, length);
}
};