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:
parent
f1c6d2c469
commit
26f1146bbb
1 changed files with 1 additions and 4 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Reference in a new issue