mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 15:37:06 +08:00
clang-format and clang-tidy fixes for 5d5cc53e
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user