Skip to content

Commit 2aac1b7

Browse files
authored
Merge pull request #193 from gly-engine/master
style: dont use two requires in same line
2 parents 5f3dfd2 + ebc63cb commit 2aac1b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/prometheus/randomStrings.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
local Ast, utils = require("prometheus.ast"), require("prometheus.util");
1+
local Ast = require("prometheus.ast")
2+
local utils = require("prometheus.util")
23
local charset = utils.chararray("qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM1234567890")
34

45
local function randomString(wordsOrLen)

0 commit comments

Comments
 (0)