improve code style

This commit is contained in:
2026-07-12 00:24:34 +02:00
parent d0b945574a
commit a872ca1d6b
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ extension PHTheme {
} }
/// Load the bundled theme. /// Load the bundled theme.
/// If the theme doesn't exist or fails to parse, the execution is interrupted. /// If the file doesn't exist or fails to parse, the execution is interrupted.
static private func loadFromBundle() throws -> PHTheme { static private func loadFromBundle() throws -> PHTheme {
guard guard
let defaultConfig = Bundle.module.url( let defaultConfig = Bundle.module.url(