mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +08:00
Clang format
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <chrono>
|
||||
#include <indicators/progress_bar.hpp>
|
||||
#include <thread>
|
||||
#include <sstream>
|
||||
#include <thread>
|
||||
|
||||
int main() {
|
||||
using namespace indicators;
|
||||
@@ -17,10 +17,8 @@ int main() {
|
||||
option::End{"]"},
|
||||
option::PostfixText{"Getting started"},
|
||||
option::ForegroundColor{indicators::Color::green},
|
||||
option::FontStyles{
|
||||
std::vector<indicators::FontStyle>{indicators::FontStyle::bold}},
|
||||
option::Stream{os}
|
||||
};
|
||||
option::FontStyles{std::vector<indicators::FontStyle>{indicators::FontStyle::bold}},
|
||||
option::Stream{os}};
|
||||
|
||||
// Update bar state
|
||||
while (true) {
|
||||
|
||||
Reference in New Issue
Block a user