refactor: run clang linter and formatter
This commit is contained in:
parent
7668befc06
commit
2dd2b9e087
27 changed files with 189 additions and 157 deletions
|
@ -35,7 +35,7 @@ using clk = std::chrono::system_clock;
|
|||
|
||||
namespace {
|
||||
|
||||
enum class tag {
|
||||
enum class tag : uint8_t {
|
||||
ready = 1,
|
||||
done = 2,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue