Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneschalk committed Feb 6, 2024
1 parent e2db82a commit 0f93f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xarray/tests/test_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ def test_repr(self):
"""
<xarray.Variable (time: 2, x: 3)> Size: 24B
array([[1, 2, 3],
[4, 5, 6]])
[4, 5, 6]])
Attributes:
foo: bar
"""
Expand All @@ -1246,7 +1246,7 @@ def test_repr(self):
"""
<xarray.Variable (time: 2, x: 3)> Size: 48B
array([[1, 2, 3],
[4, 5, 6]])
[4, 5, 6]])
Attributes:
foo: bar
"""
Expand Down

0 comments on commit 0f93f9f

Please sign in to comment.