Skip to content

Commit

Permalink
Migrates GPXExporter to struct
Browse files Browse the repository at this point in the history
  • Loading branch information
mmllr committed Nov 4, 2024
1 parent 6809862 commit bd2ebab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GPXKit/GPXExporter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import FoundationXML
#endif

/// A class for exporting a `GPXTrack` to an xml string.
public final class GPXExporter {
public struct GPXExporter: Sendable {
private let track: GPXTrack
private let exportDate: Bool
private let creatorName: String
Expand Down

0 comments on commit bd2ebab

Please sign in to comment.