Skip to content

Commit da57629

Browse files
authored
chore(cloudbuild): fix broken synth file (#10077)
1 parent 39f7f2c commit da57629

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/google-cloud-build/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)