aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/managers/github
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-09-08 15:19:11 +0200
committerGitHub <noreply@github.com>2022-09-08 15:19:11 +0200
commit247ca843f02c279e26c903c8744069ed14db00d3 (patch)
tree80ed305441f9da118d4bdd05757d409d4a5b7cb9 /lua/mason-core/managers/github
parentchore: update generated code (#394) (diff)
downloadmason-247ca843f02c279e26c903c8744069ed14db00d3.tar
mason-247ca843f02c279e26c903c8744069ed14db00d3.tar.gz
mason-247ca843f02c279e26c903c8744069ed14db00d3.tar.bz2
mason-247ca843f02c279e26c903c8744069ed14db00d3.tar.lz
mason-247ca843f02c279e26c903c8744069ed14db00d3.tar.xz
mason-247ca843f02c279e26c903c8744069ed14db00d3.tar.zst
mason-247ca843f02c279e26c903c8744069ed14db00d3.zip
chore: bump stylua to 0.14.3 (#395)
Diffstat (limited to 'lua/mason-core/managers/github')
-rw-r--r--lua/mason-core/managers/github/init.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/lua/mason-core/managers/github/init.lua b/lua/mason-core/managers/github/init.lua
index 373ed1a9..b406f0f9 100644
--- a/lua/mason-core/managers/github/init.lua
+++ b/lua/mason-core/managers/github/init.lua
@@ -68,9 +68,10 @@ function M.release_file(opts)
end
if not asset_file then
error(
- (
- "Could not find which release file to download.\nMost likely the current operating system, architecture (%s), or libc (%s) is not supported."
- ):format(platform.arch, platform.get_libc()),
+ ("Could not find which release file to download.\nMost likely the current operating system, architecture (%s), or libc (%s) is not supported."):format(
+ platform.arch,
+ platform.get_libc()
+ ),
0
)
end