From f590aa2f349e5907263e356df5a9851993a2ed57 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:23:12 +0100 Subject: [PATCH] tools: style for clone_data powershell script [skip changelog] --- tools/ResourceUpdater/clone_data_repo.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/ResourceUpdater/clone_data_repo.ps1 b/tools/ResourceUpdater/clone_data_repo.ps1 index 96c014c9d0..f8d123f927 100644 --- a/tools/ResourceUpdater/clone_data_repo.ps1 +++ b/tools/ResourceUpdater/clone_data_repo.ps1 @@ -61,8 +61,6 @@ $jobs += Start-Job -ScriptBlock { git checkout } - - # Job for cloning and checking out the Taiwan repository $jobs += Start-Job -ScriptBlock { Write-Host "`narknights-toolbox-update - Taiwan"