Skip to content

Style improvements to FlowableOperator - #517

Merged
lehecka merged 3 commits into
rsocket:masterfrom
alexmalyshev:flowable-operator-style
Jun 20, 2017
Merged

Style improvements to FlowableOperator#517
lehecka merged 3 commits into
rsocket:masterfrom
alexmalyshev:flowable-operator-style

Conversation

@alexmalyshev

Copy link
Copy Markdown
Contributor

No functional changes.

  • Use make_ref where possible instead of Reference(new Foo(...)).

  • Use Super where possible instead of FlowableOperator<D, U>::Subscription.

  • M-x clang-format-buffer

No functional changes.
* Use make_ref where possible instead of Reference<Foo>(new Foo(...)).
* Use Super where possible instead of FlowableOperator<D, U>::Subscription.
* M-x clang-format-buffer
@lehecka
lehecka merged commit 79647b0 into rsocket:masterJun 20, 2017
@alexmalyshev
alexmalyshev deleted the flowable-operator-style branch June 20, 2017 20:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@alexmalyshev@lehecka