From 247ca843f02c279e26c903c8744069ed14db00d3 Mon Sep 17 00:00:00 2001 From: William Boman Date: Thu, 8 Sep 2022 15:19:11 +0200 Subject: chore: bump stylua to 0.14.3 (#395) --- lua/mason-core/managers/github/init.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lua/mason-core/managers/github') 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 -- cgit v1.2.3-70-g09d2