We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f3dfd2 + ebc63cb commit 2aac1b7Copy full SHA for 2aac1b7
src/prometheus/randomStrings.lua
@@ -1,4 +1,5 @@
1
-local Ast, utils = require("prometheus.ast"), require("prometheus.util");
+local Ast = require("prometheus.ast")
2
+local utils = require("prometheus.util")
3
local charset = utils.chararray("qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM1234567890")
4
5
local function randomString(wordsOrLen)
0 commit comments