cpisciotta / xcbeautify

A little beautifier tool for xcodebuild
MIT License
947 stars 67 forks source link

Delete EmptyCaptureGroup #170

Closed cpisciotta closed 9 months ago

cpisciotta commented 9 months ago

EmptyCaptureGroup originally existed to handle unknown cases. However, this is never actually used and can be handled by a nil value. Removing this CaptureGroup will also help make the planned changes to CaptureGroup properties.