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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting #16

Merged
merged 1 commit into from Oct 15, 2023
Merged

Formatting #16

merged 1 commit into from Oct 15, 2023

Conversation

manucheri
Copy link
Contributor

Formatting changes to better follow recommended/common ways to format Swift. For example avoid ";" and "()" when not needed, usage of "self" when not needed for clarity, and some other things.

Also removes some redundant whitespace/new-lines.

If one wants to there are ways to setup automatic formatting using various tools (such as swift-format, SwiftFormat, SwiftLint, etc.). That can be for another PR though.

For this PR I have just made some basic changes that are (usually 馃槄) not controversial, but of course if there are any objections to the style I can change.

Formatting changes to better follow recommended/common ways to format
Swift. For example avoid ";" and "()" when not needed, usage of "self"
when not needed for clarity, and some other things.

Also removes some redundant whitespace/new-lines.
@goenning goenning merged commit b9540f0 into aptabase:main Oct 15, 2023
4 checks passed
@goenning
Copy link
Member

LGTM, thank you 馃槉

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.

None yet

2 participants