style: apply stylua formatter

This commit is contained in:
Erica Marigold 2025-04-19 09:34:39 +01:00
parent 3f2430f81c
commit b5d7c1d2d3
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw

View file

@ -167,8 +167,8 @@ local function getGithubToken(): Option<string>
end end
local function isInteractive(): boolean local function isInteractive(): boolean
return process.env.PESDE_TOOLING_FORCE_INTERACTIVE ~= nil or return process.env.PESDE_TOOLING_FORCE_INTERACTIVE ~= nil
(sys.isTTY("stdout") and process.env.TERM ~= "dumb" and process.env.CI == nil) or (sys.isTTY("stdout") and process.env.TERM ~= "dumb" and process.env.CI == nil)
end end
-- Initialize the shared global progress bar state -- Initialize the shared global progress bar state