Skip to content

Conversation

@bjornoleh
Copy link

No description provided.

@bjornoleh
Copy link
Author

bjornoleh commented May 21, 2024

@LiroyvH, The reason for this PR is that whenever one builds based on the current code of your patch, Xcode will automatically change the indentation of these lines:

if let CheckURL = url.last, CheckURL == "/" {
let fixedURL = url.dropLast()
url = String(fixedURL)
}

The result is a set of uncommitted changes, which will cause issues later when pulling updates. This PR will commit those changes, and then the issue is sorted.

@LiroyvH LiroyvH merged commit c9c9e19 into LiroyvH:patch-1 May 29, 2024
@bjornoleh bjornoleh deleted the patch-1 branch May 29, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants