Unverified Commit f0250089 authored by Jeremy Stashluk's avatar Jeremy Stashluk Committed by GitHub

Remove extra semicolon to quiet -Wpedantic

parent bf0117d7
......@@ -40,7 +40,7 @@ template <class> class intrusive_ptr;
template <class> class optional;
template <class> class param;
template <class> class span;
template <class> class stream;;
template <class> class stream;
template <class> class stream_sink;
template <class> class stream_source;
template <class> class trivial_match_case;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment