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

tidy: reduce inconsistencies around semicolon usage #26

Merged
merged 1 commit into from
May 27, 2024
Merged

Conversation

rgoulter
Copy link
Owner

No description provided.

@rgoulter
Copy link
Owner Author

Scala's syntax is flexible enough that it allows for either a very explicit or very implicit syntax: e.g. semicolons are optional to delimit statements.

This codebase mostly made use of explicit semicolons. I spotted several instances where semicolons were accidentally omitted.

I looked through the codebase to remedy this.

@rgoulter rgoulter merged commit 9e43b7f into master May 27, 2024
7 checks passed
@rgoulter rgoulter deleted the semicolon branch May 27, 2024 14:38
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.

1 participant