Clang format

This commit is contained in:
Pranav Srinivas Kumar
2020-02-13 14:21:01 +05:30
parent f5b6b4d779
commit 89ae8cec39
15 changed files with 862 additions and 860 deletions

View File

@@ -7,9 +7,7 @@ int main() {
// Hide cursor
std::cout << "\e[?25l";
indicators::BlockProgressBar bar{
indicators::option::BarWidth {80}
};
indicators::BlockProgressBar bar{indicators::option::BarWidth{80}};
// Update bar state
auto progress = 0.0f;