Commit 3ed857e
committed
fix(coverage): remove incorrect c8 ignore comments on closing braces
Removed two c8 ignore next comments on closing braces that were
incorrectly ignoring the next line instead of the braces themselves.
This fixes the CI coverage threshold failure (97.39% vs 97.4%).1 parent 3c60fd2 commit 3ed857e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
944 | 944 | | |
945 | 945 | | |
946 | 946 | | |
947 | | - | |
| 947 | + | |
948 | 948 | | |
949 | 949 | | |
950 | 950 | | |
| |||
2008 | 2008 | | |
2009 | 2009 | | |
2010 | 2010 | | |
2011 | | - | |
| 2011 | + | |
2012 | 2012 | | |
2013 | 2013 | | |
2014 | 2014 | | |
| |||
0 commit comments