Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use brackets for empty arrays #4337

Merged
merged 2 commits into from Nov 6, 2020
Merged

Use brackets for empty arrays #4337

merged 2 commits into from Nov 6, 2020

Conversation

martinthomson
Copy link
Member

The curlies were fine, but we use brackets already for:

for pn_space in [ Initial, Handshake, ApplicationData ]:

So this is arguably more consistent.

The curlies were fine, but we use brackets already for:

```
for pn_space in [ Initial, Handshake, ApplicationData ]:
```

So this is arguably more consistent.
@martinthomson martinthomson added editorial An issue that does not affect the design of the protocol; does not require consensus. -recovery labels Nov 5, 2020
@ianswett ianswett merged commit 973278e into master Nov 6, 2020
@ianswett ianswett deleted the array-brackets branch November 6, 2020 11:58
@ianswett
Copy link
Contributor

ianswett commented Nov 6, 2020

Thanks Martin!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-recovery editorial An issue that does not affect the design of the protocol; does not require consensus.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants