Make some indentation consistent
- ID
f1e8707- date
2024-05-16 21:40:01+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
74fa294- message
Make some indentation consistent- changed files
1 file, 2 additions, 2 deletions
Changed files
save_safari_webarchive.swift (3406) → save_safari_webarchive.swift (3402)
diff --git a/save_safari_webarchive.swift b/save_safari_webarchive.swift
index 704f91b..af634c9 100755
--- a/save_safari_webarchive.swift
+++ b/save_safari_webarchive.swift
@@ -111,8 +111,8 @@ extension WKWebView {
}
guard CommandLine.arguments.count == 3 else {
- fputs("Usage: \(CommandLine.arguments[0]) <URL> <OUTPUT_PATH>\n", stderr)
- exit(1)
+ fputs("Usage: \(CommandLine.arguments[0]) <URL> <OUTPUT_PATH>\n", stderr)
+ exit(1)
}
let urlString = CommandLine.arguments[1]