Skip to content

Commit

Permalink
sync: reflect changes to other libs
Browse files Browse the repository at this point in the history
  • Loading branch information
devahmedshendy committed Jul 28, 2023
1 parent a50f843 commit 9daa28d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import Foundation

/// A type that formats redirects in the way Netlify can understand it.
public struct NetlifyRedirectFormatter: RedirectFormatter {

public init() { }

/// Formats the given redirect items into a string representation.
///
/// - Parameter redirects: An array of `RedirectItem` representing the redirects.
Expand Down

0 comments on commit 9daa28d

Please sign in to comment.