Skip to content

Commit 869b43a

Browse files
committed
Format using blackdoc
1 parent 095449a commit 869b43a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pygmt/helpers/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ def build_arg_string(kwargs):
164164
... dict(
165165
... B=["af", "WSne+tBlank Space"],
166166
... F='+t"Empty Spaces"',
167-
... l="'Void Space'"),
167+
... l="'Void Space'",
168+
... ),
168169
... )
169170
... )
170171
-BWSne+tBlank\040Space -Baf -F+t"Empty\040\040Spaces" -l'Void\040Space'

0 commit comments

Comments
 (0)