Skip to content

Commit f9514bb

Browse files
committed
🎨 [style]
1 parent 2bb1f70 commit f9514bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

di

+1-1
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ template<class T>
648648

649649
namespace di::inline v1_0_3 {
650650
namespace detail {
651-
template<class... Ts> struct type_list{
651+
template<class... Ts> struct type_list {
652652
static constexpr auto size() { return sizeof...(Ts); }
653653
};
654654
template<class T> struct provider { using value_type = T; };

0 commit comments

Comments
 (0)