Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Aug 7, 2024
1 parent 969ba6b commit 5de230d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions include/libsemigroups/detail/word-iterators.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

// This file contains declarations of the iterator classes for words.

#ifndef LIBSEMIGROUPS_WORD_ITERATORS_HPP_
#define LIBSEMIGROUPS_WORD_ITERATORS_HPP_
#ifndef LIBSEMIGROUPS_DETAIL_WORD_ITERATORS_HPP_
#define LIBSEMIGROUPS_DETAIL_WORD_ITERATORS_HPP_

#include <vector>

Expand Down Expand Up @@ -156,4 +156,4 @@ namespace libsemigroups {
}
} // namespace detail
} // namespace libsemigroups
#endif
#endif // LIBSEMIGROUPS_DETAIL_WORD_ITERATORS_HPP_
2 changes: 1 addition & 1 deletion src/detail/word-iterators.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ namespace libsemigroups {
static_assert(std::is_destructible<const_wislo_iterator>::value,
"forward iterator requires destructible");
} // namespace detail
} // namespace libsemigroups
} // namespace libsemigroups

0 comments on commit 5de230d

Please sign in to comment.