invertase / melos

๐ŸŒ‹ A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.11k stars 198 forks source link

refactor: Remove unnecessary parenthesis to get analyzer green #602

Closed spydon closed 9 months ago

spydon commented 9 months ago

Description

The analyzer is currently failing with the newest dart version, this fix simply removes the unnecessary parenthesis so that analyze becomes green again.

Type of Change