Skip to content

Commit

Permalink
Format using blackdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Sep 7, 2021
1 parent 095449a commit 869b43a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pygmt/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ def build_arg_string(kwargs):
... dict(
... B=["af", "WSne+tBlank Space"],
... F='+t"Empty Spaces"',
... l="'Void Space'"),
... l="'Void Space'",
... ),
... )
... )
-BWSne+tBlank\040Space -Baf -F+t"Empty\040\040Spaces" -l'Void\040Space'
Expand Down

0 comments on commit 869b43a

Please sign in to comment.