Skip to content

Commit fb9407a

Browse files
committed
fix formatting
1 parent 684bc15 commit fb9407a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/run.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include "../examples/utils.hpp"
22
#include <benchmark/benchmark.h>
33
#include <delaunator.hpp>
4-
#include <string>
54
#include <random>
5+
#include <string>
66
#include <vector>
77

88
std::vector<double> generate_uniform(size_t n) {

0 commit comments

Comments
 (0)