Skip to content

Commit

Permalink
test clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
John McFarlane committed Jul 6, 2022
1 parent 0f514e8 commit ad8f6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cnl/_impl/elastic_integer/definition.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace cnl {
/// \ref set_digits_t<Narrowest, Digits>.
///
/// \sa elastic_scaled_integer
template<int Digits = digits_v<int>, integer Narrowest = int>
template<int Digits = digits_v<int>,integer Narrowest = int>
using elastic_integer = _impl::wrapper<
typename elastic_tag<Digits, Narrowest>::rep,
elastic_tag<Digits, Narrowest>>;
Expand Down

0 comments on commit ad8f6f9

Please sign in to comment.