Skip to content

Commit 030b7c5

Browse files
committed
clang-format
1 parent 5d46a2b commit 030b7c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

toolchain/sem_ir/type_info.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ struct InitRepr : Printable<InitRepr> {
9595
// The type has no initializing representation. This is used for empty
9696
// types, where no initialization is necessary.
9797
None,
98-
// The initializing representation is dependent because the type is symbolic.
98+
// The initializing representation is dependent because the type is
99+
// symbolic.
99100
Dependent,
100101
// An initializing expression produces an object representation by value,
101102
// which is copied into the initialized object.

0 commit comments

Comments
 (0)