mirror of
https://github.com/seL4/seL4.git
synced 2026-04-04 22:39:54 +00:00
trivial: add trailing comma to list element
Python syntax allows a comma after the last element of a list, and having one helps avoid surprises in the event the lines of the list are rearranged.
This commit is contained in:
@@ -41,7 +41,7 @@ DEPS = [
|
||||
'pyfdt',
|
||||
'cmake-format==0.4.5',
|
||||
'guardonce',
|
||||
'autopep8==1.4.3'
|
||||
'autopep8==1.4.3',
|
||||
]
|
||||
|
||||
setup(
|
||||
|
||||
Reference in New Issue
Block a user