diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-09-25 20:05:08 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-09-25 20:05:08 +0200 |
commit | 851333a50da846cc458356d763d524750b432ccb (patch) | |
tree | 0ff682353637708e8952444662e2890228c66b8b /src/EventAccessors.h | |
parent | Accepted... not Approved (diff) | |
download | nheko-851333a50da846cc458356d763d524750b432ccb.tar.xz |
Switch to clang-format14
Diffstat (limited to 'src/EventAccessors.h')
-rw-r--r-- | src/EventAccessors.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/EventAccessors.h b/src/EventAccessors.h index 9d8a34e7..8e130c29 100644 --- a/src/EventAccessors.h +++ b/src/EventAccessors.h @@ -15,8 +15,8 @@ namespace nheko { struct nonesuch { - ~nonesuch() = delete; - nonesuch(nonesuch const &) = delete; + ~nonesuch() = delete; + nonesuch(nonesuch const &) = delete; void operator=(nonesuch const &) = delete; }; |