8000 fix whitespace error that snuck in (#3199) · larkee/python-docs-samples@40d064a · GitHub
[go: up one dir, main page]

Skip to content

Commit 40d064a

Browse files
authored
fix whitespace error that snuck in (GoogleCloudPlatform#3199)
1 parent 307b032 commit 40d064a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile-template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def gae(session, sample):
180180
os.mkdir(os.path.join(sample, "lib"))
181181

182182
_session_tests(session, sample, _setup_appengine_sdk)
183-
183+
184184

185185
@nox.session(python=["3.6", "3.7"])
186186
@nox.parametrize("sample", NON_GAE_STANDARD_SAMPLES_PY3)

0 commit comments

Comments
 (0)
0