Skip to content

Commit 370d885

Browse files
author
rrahn
committed
Fixes superfluous whitespaces.
1 parent f51d11a commit 370d885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/doc_builder/environments.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ def create_container(self):
542542
}
543543
}),
544544
detach=True,
545-
environment = {'READTHEDOCS_VERSION' : self.version.slug,
546-
'READTHEDOCS_PROJECT' : self.project.slug},
545+
environment={'READTHEDOCS_VERSION': self.version.slug,
546+
'READTHEDOCS_PROJECT': self.project.slug},
547547
mem_limit=self.container_mem_limit,
548548
)
549549
client.start(container=self.container_id)

0 commit comments

Comments
 (0)