From 2750121aa7086e179d363170998d52ffface3559 Mon Sep 17 00:00:00 2001 From: fedor Date: Tue, 1 Aug 2023 10:51:33 -0600 Subject: [PATCH] Formatted code --- src/setup-python.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/setup-python.ts b/src/setup-python.ts index c056eed..46aedde 100644 --- a/src/setup-python.ts +++ b/src/setup-python.ts @@ -73,7 +73,10 @@ function resolveVersionInput() { async function run() { if (IS_MAC) { - process.env['AGENT_TOOLSDIRECTORY'] = path.join(os.homedir(), 'hostedtoolcache'); + process.env['AGENT_TOOLSDIRECTORY'] = path.join( + os.homedir(), + 'hostedtoolcache' + ); } if (process.env.AGENT_TOOLSDIRECTORY?.trim()) {