mirror of
https://github.com/progsource/maddy.git
synced 2026-03-26 00:10:37 +01:00
Some checks failed
run-checks / run-clang-format (push) Has been cancelled
run-tests / test-on-ubuntu (push) Has been cancelled
run-tests / test-on-windows (push) Has been cancelled
run-tests / test-on-osx (push) Has been cancelled
731 B
731 B
Description of the change
Please describe what has changed and why. If it fixes an open issue, mention it here.
Checklist for contributor
- if you want to be mentioned in the AUTHORS file, you added yourself
- added an entry to CHANGELOG.md at "Upcoming"
- if any Markdown definition changed, you updated the definition docs
- your C++ code change is accommodated with a unit/integration test where it makes sense
- your code meets the code format style (clang-format) of the project (
tools/format.py)