Commit 502932e
committed
chore(config): address staticcheck errors
This addresses the following staticcheck error (seen in https://github.com/integrations/terraform-provider-github/actions/runs/21232219897/job/61621068985?pr=2514):
```
Error: github/config.go:196:13: QF1001: could apply De Morgan's law (staticcheck)
```
Signed-off-by: Mike Ball <[email protected]>1 parent e0eb14b commit 502932e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments