diff options
author | Linus Groh <mail@linusgroh.de> | 2022-11-27 12:12:02 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-12-03 23:52:23 +0000 |
commit | babfc13c846aba4f0800f700721e2955be438c02 (patch) | |
tree | f16438752ca7109bae3495109d0713438bf893d6 /AK/NonnullRefPtr.h | |
parent | d26aabff0401690d6dd1332558b40f5cb64e4428 (diff) | |
download | serenity-babfc13c846aba4f0800f700721e2955be438c02.zip |
Everywhere: Remove 'clang-format off' comments that are no longer needed
https://github.com/SerenityOS/serenity/pull/15654#issuecomment-1322554496
Diffstat (limited to 'AK/NonnullRefPtr.h')
-rw-r--r-- | AK/NonnullRefPtr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/AK/NonnullRefPtr.h b/AK/NonnullRefPtr.h index 4b888282c0..069ac05c85 100644 --- a/AK/NonnullRefPtr.h +++ b/AK/NonnullRefPtr.h @@ -210,10 +210,8 @@ public: return m_ptr == other; } - // clang-format off private: NonnullRefPtr() = delete; - // clang-format on ALWAYS_INLINE RETURNS_NONNULL T* as_nonnull_ptr() const { |