Skip to content

Commit

Permalink
Fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Oct 31, 2023
1 parent e5ebd3d commit 403e736
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/Shared/Logger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,7 @@ public struct SignpostInterval {
}
}
#else
public struct SignpostInterval {}
public struct SignpostInterval {
@usableFromInline init() {}
}
#endif

0 comments on commit 403e736

Please sign in to comment.