clang-format and clang-tidy fixes for 5d5cc53e

This commit is contained in:
github-actions
2020-12-01 06:43:17 +00:00
parent 5d5cc53e74
commit ad2e2c71d4

View File

@@ -227,7 +227,7 @@ static void test() {
// template <typename T>
// static void body() {
// // Input your own sequence
// uint64_t size;
// uint64_t size;
// T input;
// std::cout << "Enter number of elements:";
// std::cin >> size;
@@ -264,7 +264,7 @@ static void test() {
* @returns 0 on exit
*/
int main() {
test(); // Run test implementations
test(); // Run test implementations
// body(); // test your own array
return 0;
}