Skip to content

Commit bbf8305

Browse files
committed
Wrap comment at 80 cols
1 parent b7bdd3a commit bbf8305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

absl/types/any.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ template <typename Type>
103103
constexpr char TypeTag<Type>::dummy_var;
104104

105105
// FastTypeId<Type>() evaluates at compile/link-time to a unique pointer for the
106-
// passed in type. These are meant to be good match for keys into maps or straight
107-
// up comparisons.
106+
// passed in type. These are meant to be good match for keys into maps or
107+
// straight up comparisons.
108108
template<typename Type>
109109
constexpr inline const void* FastTypeId() {
110110
return &TypeTag<Type>::dummy_var;

0 commit comments

Comments
 (0)