Fix formatting
This commit is contained in:
parent
8c628d98b9
commit
a837485363
|
@ -39,7 +39,7 @@ public class FileNameGenerator {
|
||||||
.withinRange('0', 'z')
|
.withinRange('0', 'z')
|
||||||
.filteredBy(Character::isLetterOrDigit)
|
.filteredBy(Character::isLetterOrDigit)
|
||||||
.build()
|
.build()
|
||||||
.generate(8);
|
.generate(8);
|
||||||
}
|
}
|
||||||
return filename;
|
return filename;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue