Skip to content

Commit baad9de

Browse files
committed
remove trailing whitespace
1 parent 820c0fb commit baad9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/plot/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ def newplotfunc(
11621162
xval = xval.to_numpy()
11631163
yval = yval.to_numpy()
11641164

1165-
# Pass the data as a masked ndarray too
1165+
# Pass the data as a masked ndarray too
11661166
zval = darray.to_masked_array(copy=False)
11671167

11681168
# Replace pd.Intervals if contained in xval or yval.

0 commit comments

Comments
 (0)