mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-20392 Put space after trailing comma in dict literals if SPACE_AFTER_COMMA is enabled
This commit is contained in:
@@ -0,0 +1 @@
|
||||
dict = { 1: 'a', 2: 'b', 3: 'c',}
|
||||
@@ -0,0 +1 @@
|
||||
dict = {1: 'a', 2: 'b', 3: 'c', }
|
||||
Reference in New Issue
Block a user