From 4ea062ed9e06b79020377831bc523bbf1fae3e9c Mon Sep 17 00:00:00 2001 From: William Boman Date: Thu, 7 Jul 2022 01:09:32 +0200 Subject: style: more stylua --- tests/core/installer_spec.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tests/core/installer_spec.lua') diff --git a/tests/core/installer_spec.lua b/tests/core/installer_spec.lua index 62e5421e..857721bb 100644 --- a/tests/core/installer_spec.lua +++ b/tests/core/installer_spec.lua @@ -60,10 +60,9 @@ describe("installer", function() local handle = InstallHandleGenerator "dummy" installer.execute(handle, {}) assert.spy(fs.async.write_file).was_called(1) - assert.spy(fs.async.write_file).was_called_with( - ("%s/mason-receipt.json"):format(handle.package:get_install_path()), - match.is_string() - ) + assert + .spy(fs.async.write_file) + .was_called_with(("%s/mason-receipt.json"):format(handle.package:get_install_path()), match.is_string()) end) ) -- cgit v1.2.3-70-g09d2