Fix minor style issue
This commit is contained in:
parent
5726fc4e2c
commit
96d2ffa450
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ make.text = {
|
|||
any: function() {
|
||||
// Generate a string compromised of random individual characters
|
||||
// This might be too slow to used for all 'texts' uses
|
||||
let s = "";
|
||||
let s = '';
|
||||
// TODO: Len calculation take from DOMFuzz - maybe we should revise this?
|
||||
let len = random.number(1000) * random.number(10) + random.number(10)
|
||||
for (let i=0; i<len; i++) {
|
||||
|
|
Loading…
Reference in a new issue