Skip to content

Commit

Permalink
Merge branch 'master' into update-parser2
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored Apr 5, 2024
2 parents 3b19335 + 1024c77 commit 8819ac1
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import Vapor{{/useVapor}}
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -115,6 +115,6 @@ import Vapor{{/useVapor}}
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ internal struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ internal struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}

/// maps all values from source to query parameters
Expand All @@ -114,6 +114,6 @@ public struct APIHelper {
if destination.isEmpty {
return nil
}
return destination
return destination.sorted { $0.name < $1.name }
}
}

0 comments on commit 8819ac1

Please sign in to comment.