Skip to content

Commit

Permalink
Fix Black formatting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Sep 15, 2022
1 parent f5ac94a commit 38ebac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/core/globalvar.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,5 @@ def UpdateGRASSAddOnCommands(eList=None):

RECENT_FILES_WXGUI_APP_NAMES = {
"main": {"name": "main", "pos": 0},
"pyedit": {"name": "pyedit", "pos": 1}
"pyedit": {"name": "pyedit", "pos": 1},
}

0 comments on commit 38ebac4

Please sign in to comment.