Skip to content

Commit

Permalink
nit…format (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt authored Mar 16, 2023
1 parent d403de2 commit d503129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loafwallet/src/Constants/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -261,5 +261,5 @@ struct C {
struct AppVersion {
static let buildNumber = Bundle.main.infoDictionary?["CFBundleVersion"] as? String
static let versionNumber = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String
static let string = "v." + versionNumber! + " (\(buildNumber!))"
static let string = "v" + versionNumber! + " (\(buildNumber!))"
}

0 comments on commit d503129

Please sign in to comment.