Skip to content

Indent manager_group method calls to within the with scope#13778

Merged
jgraham merged 1 commit intomasterfrom
foolip/indent-manager_group
Oct 30, 2018
Merged

Indent manager_group method calls to within the with scope#13778
jgraham merged 1 commit intomasterfrom
foolip/indent-manager_group

Conversation

@foolip
Copy link
Member

@foolip foolip commented Oct 30, 2018

While variable binding manager_group does survive after the with
statement, that will be after __exit__ has been called. That still
works, but there's no reason for the reader to wonder if there's a
difference, whether indentation is intentional.

While variable binding `manager_group` does survive after the `with`
statement, that will be after `__exit__` has been called. That still
works, but there's no reason for the reader to wonder if there's a
difference, whether indentation is intentional.
@wpt-pr-bot wpt-pr-bot added infra wptrunner The automated test runner, commonly called through ./wpt run labels Oct 30, 2018
@jgraham jgraham merged commit e2f346f into master Oct 30, 2018
@foolip foolip deleted the foolip/indent-manager_group branch October 30, 2018 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infra wptrunner The automated test runner, commonly called through ./wpt run

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants