Skip to content

Commit

Permalink
minor fix of indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Aug 31, 2023
1 parent 1859185 commit 262b59e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ public class StdUriTemplate {
throw NSError(domain: "IllegalArgumentException", code: 0, userInfo: [NSLocalizedDescriptionKey: "Value trimming is not allowed on Maps"])
}
// workaround to make Map ordering not random
// https://github.com/uri-templates/uritemplate-test/pull/58#issuecomment-1640029982
// https://github.com/uri-templates/uritemplate-test/pull/58#issuecomment-1640029982
for (k, v) in value.sorted( by: { $0.0 < $1.0 }) {
if composite {
if !first {
Expand Down

0 comments on commit 262b59e

Please sign in to comment.