format - remove extra ;
This commit is contained in:
parent
8d911d8c77
commit
bbbe24ac9f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public:
|
|||
|
||||
inline std::FILE * get() const
|
||||
{
|
||||
return file_.get();;
|
||||
return file_.get();
|
||||
}
|
||||
|
||||
inline std::size_t size() const
|
||||
|
|
Loading…
Reference in a new issue