Skip to content

Commit

Permalink
Astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 14, 2021
1 parent 0270a15 commit c022ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgspallabeling_base.py
Expand Up @@ -246,7 +246,7 @@ def defaultLayerSettings(self):
font.setPointSize(32)
format = QgsTextFormat()
format.setFont(font)
format.setColor(QColor(0,0,0))
format.setColor(QColor(0, 0, 0))
format.setNamedStyle('Roman')
format.setSize(32)
format.setSizeUnit(QgsUnitTypes.RenderPoints)
Expand Down

0 comments on commit c022ae9

Please sign in to comment.