8000 fix whitespace linting issues · localstack/localstack@6200a44 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6200a44

Browse files
committed
fix whitespace linting issues
1 parent f82aae6 commit 6200a44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

localstack/services/infra.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,10 @@ def start_secretsmanager(port=None, asynchronous=False):
263263

264264

265265
def start_ec2(port=None, asynchronous=False):
266-
port = port or config.PORT_EC2
266+
port = port or config.PORT_EC2
267267
return start_moto_server('ec2', port, name='EC2', asynchronous=asynchronous)
268268

269+
269270
# ---------------
270271
# HELPER METHODS
271272
# ---------------

0 commit comments

Comments
 (0)
0