Skip to content

Commit 54716f0

Browse files
committed
removed extra space
1 parent 91466bf commit 54716f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/swagger-codegen/src/main/resources/python/configuration.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class Configuration(object):
202202

203203
if self.refresh_api_key_hook:
204204
self.refresh_api_key_hook(self)
205-
205+
206206
key = self.api_key.get(identifier)
207207
if key:
208208
prefix = self.api_key_prefix.get(identifier)

samples/client/petstore/python/petstore_api/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def get_api_key_with_prefix(self, identifier):
211211

212212
if self.refresh_api_key_hook:
213213
self.refresh_api_key_hook(self)
214-
214+
215215
key = self.api_key.get(identifier)
216216
if key:
217217
prefix = self.api_key_prefix.get(identifier)

0 commit comments

Comments
 (0)