mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +08:00
Remove extra ;
Removes a extra ; that breaks build with gcc and `-Werror=pedantic`.
This commit is contained in:
@@ -67,7 +67,7 @@ inline std::ostream &write_duration(std::ostream &os, std::chrono::nanoseconds n
|
|||||||
os << setw(2) << m.count() << "m:" << setw(2) << s.count() << 's';
|
os << setw(2) << m.count() << "m:" << setw(2) << s.count() << 's';
|
||||||
os.fill(fill);
|
os.fill(fill);
|
||||||
return os;
|
return os;
|
||||||
};
|
}
|
||||||
|
|
||||||
class BlockProgressScaleWriter
|
class BlockProgressScaleWriter
|
||||||
{
|
{
|
||||||
@@ -136,4 +136,4 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user