Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
yohaimagen committed Aug 25, 2021
1 parent 707dc96 commit d68634a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygmt/tests/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ def test_plot_deprecate_columns_to_incols(region):
@pytest.mark.mpl_image_compare
def test_plot_ogrgmt_file_multipoint_default_style():
"""
Make sure that OGR/GMT files with MultiPoint geometry are plotted as squares
and not as line (default GMT style).
Make sure that OGR/GMT files with MultiPoint geometry are plotted as
squares and not as line (default GMT style).
"""
with GMTTempFile(suffix=".gmt") as tmpfile:
gmt_file = """# @VGMT1.0 @GMULTIPOINT
Expand Down

0 comments on commit d68634a

Please sign in to comment.