Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode auto changes of indentation in NightscoutConfigStateModel.swift #1

Merged
merged 1 commit into from
May 29, 2024

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