Skip to content

Commit 891b730

Browse files
committed
Remove tab indentation
1 parent cf803ac commit 891b730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_mps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8028,7 +8028,7 @@ class TestConsistency(TestCase):
80288028
'nonzero': ['f32', 'i16', 'i32', 'i64'],
80298029
'cross': ['f16', 'f32', 'i16', 'i32', 'i64', 'u8'],
80308030
'linalg.cross': ['f16', 'f32', 'i16', 'i32', 'i64', 'u8'],
8031-
'unique_consecutive': ['b8', 'f16', 'f32', 'i16', 'i32', 'i64', 'u8'],
8031+
'unique_consecutive': ['b8', 'f16', 'f32', 'i16', 'i32', 'i64', 'u8'],
80328032
'nn.functional.nll_loss': ['f32'],
80338033
'byte': ['b8', 'i16', 'i32', 'i64', 'u8'],
80348034
}

0 commit comments

Comments
 (0)