atsign-foundation / at_demos

Various demos of Atsign's technology in action
https://docs.atsign.com
BSD 3-Clause "New" or "Revised" License
46 stars 28 forks source link

fix: Unnecessary null check on cmd line args #149

Closed cpswan closed 10 months ago

cpswan commented 10 months ago

Fixes #145

- What I did

Removed unnecessary null check that was causing a dart analyze warning and reinstated static analysis for the package

- How to verify it

CI against this PR

- Description for the changelog

fix: Unnecessary null check on cmd line args