Skip to content

Commit eeee941

Browse files
fix formatting
1 parent 242fa6f commit eeee941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ $sync["Form"].Add_ContentRendered({
313313
# Check internet connectivity and disable install tab if offline
314314
#$isOnline = Test-WinUtilInternetConnection
315315
$isOnline = $true # Temporarily force online mode until we can resolve false negatives
316-
316+
317317
if (-not $isOnline) {
318318
# Disable the install tab
319319
$sync.WPFTab1BT.IsEnabled = $false

0 commit comments

Comments
 (0)