Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Aug 7, 2024
1 parent 17c83bd commit b9f8da1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/libsemigroups/adapters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ namespace libsemigroups {
};

// clang-format off
//! \defgroup adapters_no_default_group Adapters with no default implementation
//! \defgroup adapters_no_default_group Adapters with no default implementation // NOLINT
//!
//! \ingroup adapters_group
//!
//! \brief Documentation for the adapters, with no default implementation for
//! arbitrary types, that would allow user-defined types to be used in the
//! algorithms of `libsemigroups`.
//! algorithms of `libsemigroups`.
//!
//! This section contains the documentation for the adapters, with no default
//! implementation for arbitrary types, that would allow user-defined types to
Expand Down
2 changes: 1 addition & 1 deletion include/libsemigroups/to-presentation.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ namespace libsemigroups {
});
}

} // namespace libsemigroups
} // namespace libsemigroups

0 comments on commit b9f8da1

Please sign in to comment.