Skip to content

Commit

Permalink
Minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
camio committed Nov 13, 2024
1 parent d44d781 commit dac2342
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions include/utf_view/code_unit_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
#define UTF_VIEW_CODE_UNIT_VIEW_HPP

#include <beman/iterator_interface/iterator_interface.hpp>

#include <utf_view/detail/concepts.hpp>

#include <iterator>
#include <ranges>
#include <type_traits>
Expand Down
1 change: 0 additions & 1 deletion include/utf_view/to_utf_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <utf_view/detail/constexpr_unless_msvc.hpp>
#include <utf_view/detail/erroneous_behavior_global.hpp>
#include <utf_view/null_term.hpp>

#include <bit>
#include <cassert>
#include <concepts>
Expand Down
2 changes: 1 addition & 1 deletion src/utf_view/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ install(

# Tests
if(UTF_VIEW_BUILD_TESTING)
add_subdirectory(tests)
add_subdirectory(tests)
endif()

0 comments on commit dac2342

Please sign in to comment.