Skip to content
Snippets Groups Projects
Commit 8ac06b59 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[BL] clang-format

parent 2b19c7e6
No related branches found
No related tags found
No related merge requests found
......@@ -112,8 +112,8 @@ std::string randomString(std::size_t const length)
0, sizeof(charset) - 2);
std::string s(length, 0);
std::generate_n(
begin(s), length, [&]() { return charset[distribution(generator)]; });
std::generate_n(begin(s), length,
[&]() { return charset[distribution(generator)]; });
return s;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment