From 1759c2a1fbe7b89d3a0ba419cf1141bc426be837 Mon Sep 17 00:00:00 2001 From: nitish098123 <64640643+nitish098123@users.noreply.github.com> Date: Fri, 10 Jul 2020 20:00:36 +0530 Subject: [PATCH] Update benchmarks.cpp --- benchmarks/src/benchmarks.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/src/benchmarks.cpp b/benchmarks/src/benchmarks.cpp index 4f32a61a2..314384545 100644 --- a/benchmarks/src/benchmarks.cpp +++ b/benchmarks/src/benchmarks.cpp @@ -5,9 +5,9 @@ using json = nlohmann::json; -////////////////////////////////////////////////////////////////////////////// +//////////////////////////// // parse JSON from file -////////////////////////////////////////////////////////////////////////////// +//////////////////////////// static void ParseFile(benchmark::State& state, const char* filename) {