Commit e42db27d authored by HenryLee's avatar HenryLee

Fix the indentation from the latest commit

parent 3aef1a58
......@@ -8626,7 +8626,7 @@ class basic_json
using reference = typename Base::reference;
/// create reverse iterator from iterator
json_reverse_iterator(const typename base_iterator::iterator_type& it) noexcept
json_reverse_iterator(const typename base_iterator::iterator_type& it) noexcept
: base_iterator(it)
{}
......
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