Skip to content

Commit bb83c04

Browse files
committed
undo clang-format
1 parent 7199b73 commit bb83c04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/include/llvm/Support/Error.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,7 @@ template <class T> class [[nodiscard]] Expected {
497497
: HasError(true)
498498
#if LLVM_ENABLE_ABI_BREAKING_CHECKS
499499
// Expected is unchecked upon construction in Debug builds.
500-
,
501-
Unchecked(true)
500+
, Unchecked(true)
502501
#endif
503502
{
504503
assert(Err && "Cannot create Expected<T> from Error success value.");

0 commit comments

Comments
 (0)