Skip to content

Commit a9255be

Browse files
author
Fabien Coelho
committed
yet another horrible clang-format change.
1 parent 92f47be commit a9255be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/command_validate.cc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ auto sourcemeta::jsonschema::cli::validate(
184184
empty +=
185185
(double)(std::chrono::duration_cast<std::chrono::nanoseconds>(
186186
end - start))
187-
.count() / 1000.0;
187+
.count() /
188+
1000.0;
188189
}
189190
empty /= (double)bench_loop;
190191

@@ -199,7 +200,8 @@ auto sourcemeta::jsonschema::cli::validate(
199200
const auto delay =
200201
(double)(std::chrono::duration_cast<std::chrono::nanoseconds>(
201202
end - start))
202-
.count() / 1000.0 -
203+
.count() /
204+
1000.0 -
203205
empty;
204206

205207
sum += delay;

0 commit comments

Comments
 (0)