Skip to content

Commit 9946fbf

Browse files
dadachiclaude
andcommitted
Fix SwiftFormat consecutiveSpaces in Constants.swift
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 17397dc commit 9946fbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NativeAppTemplate/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ extension String {
9696
#if DEBUG
9797
static let scheme: String = ProcessInfo.processInfo.environment["NATEMPLATE_API_SCHEME"] ?? "https"
9898
static let domain: String = ProcessInfo.processInfo.environment["NATEMPLATE_API_DOMAIN"] ?? "api.nativeapptemplate.com"
99-
static let port: String = ProcessInfo.processInfo.environment["NATEMPLATE_API_PORT"] ?? ""
99+
static let port: String = ProcessInfo.processInfo.environment["NATEMPLATE_API_PORT"] ?? ""
100100
#else
101101
static let scheme: String = "https"
102102
static let domain: String = "api.nativeapptemplate.com"

0 commit comments

Comments
 (0)