Skip to content

Commit 20cf3b2

Browse files
authored
chore(cloudbuild): fix broken synth file (#10077)
1 parent 0384238 commit 20cf3b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cloudbuild/synth.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
'nox*.py',
4040
'setup.py',
4141
'setup.cfg',
42-
'README.rst'
43-
'**/*.proto'
44-
'google/cloud/devtools/__init__.py' # declare this as a namespace package
42+
'README.rst',
43+
'**/*.proto',
44+
'google/cloud/devtools/__init__.py', # declare this as a namespace package
4545
],
4646
)
4747

0 commit comments

Comments
 (0)