mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
Static variables can be declared within functions if that is their only scope. Reducing the scope of variables makes it easier to understand the code.