Skip to content

Commit ebc63cb

Browse files
style: dont use two requires in same line
1 parent 5f3dfd2 commit ebc63cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)