aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/Tutorial_std_sort.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snippets/Tutorial_std_sort.cpp')
-rw-r--r--doc/snippets/Tutorial_std_sort.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/Tutorial_std_sort.cpp b/doc/snippets/Tutorial_std_sort.cpp
index 8f893684a..cde2a6f1b 100644
--- a/doc/snippets/Tutorial_std_sort.cpp
+++ b/doc/snippets/Tutorial_std_sort.cpp
@@ -1,4 +1,4 @@
Array4i v = Array4i::Random().abs();
cout << "Here is the initial vector v:\n" << v.transpose() << "\n";
std::sort(v.begin(), v.end());
-cout << "Here is the sorted vector v:\n" << v.transpose() << "\n"; \ No newline at end of file
+cout << "Here is the sorted vector v:\n" << v.transpose() << "\n";