Sunshine/src/stat_trackers.cpp
2023-05-07 18:12:39 -04:00

15 lines
240 B
C++

/**
* @file src/stat_trackers.cpp
* @brief todo
*/
#include "stat_trackers.h"
namespace stat_trackers {
boost::format
one_digit_after_decimal() {
return boost::format("%1$.1f");
}
} // namespace stat_trackers