diff --git a/sorting/Bubble Sort.cpp b/sorting/Bubble Sort.cpp index 7948bb236..b160ac479 100644 --- a/sorting/Bubble Sort.cpp +++ b/sorting/Bubble Sort.cpp @@ -48,7 +48,7 @@ int main() cout << numbers[i] << endl; } } - return 0; + return 0; } /*The working principle of the Bubble sort algorithm: