strongdm / comply

Compliance automation framework, focused on SOC2
https://comply.strongdm.com
Apache License 2.0
1.32k stars 248 forks source link

internal/theme: fix shadowed error #122

Closed alrs closed 2 years ago

alrs commented 2 years ago

An err variable that was expected to be eventually returned was being shadowed by the use of := inside an if-block.

camposer commented 2 years ago

Good call! Thank you @alrs