Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Nov 8, 2024
1 parent fb3b5e5 commit b5863ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/IdentityUser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public struct VOIdentityUser {
public func url() -> URL {
URL(string: "\(baseURL)/users")!
}

public func urlForMe() -> URL {
URL(string: "\(url())/me")!
}
Expand Down

0 comments on commit b5863ba

Please sign in to comment.