Use clang-format

This commit is contained in:
stefiosif
2024-08-03 13:14:42 +03:00
parent d216a9611f
commit 3951db7ff9
17 changed files with 262 additions and 287 deletions

View File

@@ -3,6 +3,8 @@
#include "algorithm/henzinger_king.h"
#include "algorithm/king.h"
#include <memory>
using namespace graph;
TEST_SUITE("Dynamic Reachability Test") {