Commit db9f970
authored
style: remove unnecessary semicolon after namespace (danmar#8410)
While running the build, one can see
```
lib/analyzerinfo.h:38:2: warning: extra ';' [-Wpedantic]
38 | };
```
This PR fixes that.1 parent 5746270 commit db9f970
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments