Skip to content

Commit c53cd75

Browse files
committed
Remove extra ; from histogram_13.cpp
1 parent 132ca0a commit c53cd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/data_distribution/histogram/histogram_13.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ template <class T> void cout_vector_summary(const std::vector<T> &x) {
7878
std::cout << "...";
7979
}
8080
std::cout << "]" << std::endl;
81-
};
81+
}

0 commit comments

Comments
 (0)