Skip to content

Commit 857edde

Browse files
committed
format with clang-format-11
1 parent ea2d4b7 commit 857edde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/jwt-cpp/jwt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2051,8 +2051,8 @@ namespace jwt {
20512051
};
20522052

20532053
template<typename object_type, typename string_type>
2054-
using is_count_signature = typename std::is_integral<decltype(std::declval<const object_type>().count(
2055-
std::declval<const string_type>()))>;
2054+
using is_count_signature = typename std::is_integral<decltype(
2055+
std::declval<const object_type>().count(std::declval<const string_type>()))>;
20562056

20572057
template<typename object_type, typename string_type>
20582058
struct has_subcription_operator {

0 commit comments

Comments
 (0)