Fix code style

Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
This commit is contained in:
Osyotr 2024-05-24 19:02:24 +03:00 committed by GitHub
parent f1c6d2c469
commit 26f1146bbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -318,10 +318,7 @@ private:
explicit TmpFile(std::string const & filePath)
: m_writer(std::make_unique<FileWriter>(filePath)) {}
FileWriter & GetWriter()
{
return *m_writer;
}
FileWriter & GetWriter() { return *m_writer; }
~TmpFile()
{