Skip to content

Commit cdf57db

Browse files
STY: fixed indentation
1 parent fd8593e commit cdf57db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nibabel/cifti2/cifti2_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,8 @@ def __eq__(self, other):
594594
return False
595595
return (
596596
(self.affine is None or
597-
np.allclose(self.affine, other.affine) and
598-
self.volume_shape == other.volume_shape) and
597+
np.allclose(self.affine, other.affine) and
598+
self.volume_shape == other.volume_shape) and
599599
self.nvertices == other.nvertices and
600600
np.array_equal(self.name, other.name) and
601601
np.array_equal(self.voxel[~self.surface_mask], other.voxel[~other.surface_mask]) and

0 commit comments

Comments
 (0)