Cleanup: format

This commit is contained in:
Campbell Barton
2023-07-02 19:37:17 +10:00
parent 1cdaae9611
commit ffab21a3ef
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ class RENDER_PT_eevee_next_ambient_occlusion(RenderButtonsPanel, Panel):
layout.use_property_split = True
scene = context.scene
props = scene.eevee
col = layout.column()
col.prop(props, "gtao_distance")
col.prop(props, "gtao_quality")