You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package.swift, containertool: Make multi-line definitions clearer (#62)
Motivation
----------
Commit 9a3e7af configured
`swift-format` to retain existing line breaks to make complex test case
definitions easier to read.
Modifications
-------------
This commit reformats complex definitions in `Package.swift` and
`containertool` to make more readable.
Result
------
`Package.swift` and `containertool` will be easier to read and modify.
Diffs will be easier to read because partial line changes will be less
likely.
No functional change.
Test Plan
---------
Tests continue to pass.
0 commit comments