diff --git a/test/bar b/test/bar index 88136ea..7d278c0 100755 Binary files a/test/bar and b/test/bar differ diff --git a/test/bar.cpp b/test/bar.cpp index 3672324..478fb48 100644 --- a/test/bar.cpp +++ b/test/bar.cpp @@ -1,4 +1,3 @@ -#include #include int main() { @@ -10,11 +9,11 @@ int main() { bar.fill_progress_with("■"); bar.lead_progress_with("■"); bar.fill_remainder_with("-"); - bar.end_with(" ]"); + bar.end_with("]"); // As configured, the bar will look like this: // - // [■■■■■■■■■■■■■■■■■■■■ --------] 70% + // [■■■■■■■■■■■■■■■■■■■■--------] 70% // //