style: remove unnecessary semicolon after namespace#8410
style: remove unnecessary semicolon after namespace#8410chrchr-github merged 1 commit intodanmar:mainfrom
Conversation
This removes the extra ';' warning occurring in the build.
|
|
Thanks for your contribution. If you'd like, you can add yourself to the AUTHORS file. |
I will do that, when I will contribute something more significant. |
|
Which compiler is generating this warning? I remember seeing it recently but I forgot in which context. |
Unfortunately I cannot reproduce it. It was a very hacky setup. |
That is a very bad foundation for basing any changes on. We usually try to be able to reproduce things in the CI before making any changes. Otherwise things might regress (again) in the future. |



While running the build, one can see
This PR fixes that.