Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Oct 28, 2021
1 parent 820c0fb commit baad9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ def newplotfunc(
xval = xval.to_numpy()
yval = yval.to_numpy()

# Pass the data as a masked ndarray too
# Pass the data as a masked ndarray too
zval = darray.to_masked_array(copy=False)

# Replace pd.Intervals if contained in xval or yval.
Expand Down

0 comments on commit baad9de

Please sign in to comment.