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

@@ -1,3 +1,4 @@
#include <src/include/nanobench.h>
#include <doctest/doctest.h>
@@ -8,6 +9,7 @@
#include <random>
#include <fstream>
#include <iostream>
#include <memory>
using namespace graph;