Skip to content

Commit e0681db

Browse files
committed
Minor formatting edit.
1 parent bde610a commit e0681db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Sema/DerivedConformanceTensorArrayProtocol.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ static ValueDecl *deriveTensorArrayProtocol_typeList(
420420

421421
auto parentDC = derived.getConformanceContext();
422422
Type dataTypeArrayType = BoundGenericType::get(
423-
C.getArrayDecl(), Type(),
424-
{C.getTensorDataTypeDecl()->getDeclaredInterfaceType()});
423+
C.getArrayDecl(), Type(),
424+
{C.getTensorDataTypeDecl()->getDeclaredInterfaceType()});
425425
auto returnType = parentDC->mapTypeIntoContext(dataTypeArrayType);
426426

427427
// Create `_typeList` property declaration.

0 commit comments

Comments
 (0)