Skip to content

Commit

Permalink
refact: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
makinosp committed Aug 17, 2024
1 parent 4a4d540 commit de504df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/VRCKit/Extensions/DateFormatter+iso8601Full.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public extension DateFormatter {
formatter.locale = Locale(identifier: "en_US_POSIX")
return formatter
}()

static let dateStringFormat: DateFormatter = {
let formatter = DateFormatter()
formatter.dateFormat = "yyy-MM-dd"
Expand Down

0 comments on commit de504df

Please sign in to comment.