Skip to content

Conversation

czechboy0
Copy link
Collaborator

Motivation

Move to a consistent style when initializing local variables, always use let foo = Foo(...) vs let foo: Foo = .init(...).

Modifications

Updated all occurrences of the latter to use the former.

Result

Consistent local variable initialization.

Test Plan

All tests passed.

@czechboy0 czechboy0 merged commit 762f5e5 into swift-server:main Aug 1, 2023
@czechboy0 czechboy0 deleted the hd-local-init-style branch August 1, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants