mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-25 04:55:50 +00:00
Apply clang-tidy modernize-use-equals-default check
This commit is contained in:
@@ -54,10 +54,6 @@ Logs::File::File()
|
||||
{
|
||||
}
|
||||
|
||||
Logs::File::~File()
|
||||
{
|
||||
}
|
||||
|
||||
bool Logs::File::isOpen () const noexcept
|
||||
{
|
||||
return m_stream != nullptr;
|
||||
|
||||
Reference in New Issue
Block a user