Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
chamburr committed Jun 22, 2021
1 parent 91b0021 commit 0b572c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QLPlugin/Views/Previews/TARPreview.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TARPreview: Preview {
private func initDateFormatters() {
// Set default date to today to parse dates in current year
dateFormatter1.defaultDate = Date()

dateFormatter1.locale = Locale(identifier: "en_US_POSIX")
dateFormatter2.locale = Locale(identifier: "en_US_POSIX")

Expand Down

0 comments on commit 0b572c4

Please sign in to comment.