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

Remove unnecessary instance variable assignment in SmartAnswer::Question::Base #2385

Conversation

floehopper
Copy link
Contributor

Description

Instance variables are set to nil by default, so this assignment is unnecessary.

External changes

None.

@erkde erkde self-assigned this Mar 19, 2016
@erkde
Copy link
Contributor

erkde commented Mar 19, 2016

This looks good to merge

@erkde erkde added the LGTM label Mar 19, 2016
Instance variables are set to `nil` by default, so this assignment is
unnecessary.
@floehopper
Copy link
Contributor Author

Rebasing against master and force-pushing in preparation for merging.

@floehopper floehopper force-pushed the remove-unnecessary-instance-variable-assignment-in-question-base branch from fad2908 to bd462f6 Compare March 21, 2016 12:39
floehopper added a commit that referenced this pull request Mar 21, 2016
…riable-assignment-in-question-base

Remove unnecessary instance variable assignment in SmartAnswer::Question::Base
@floehopper floehopper merged commit c05fa59 into master Mar 21, 2016
@floehopper floehopper deleted the remove-unnecessary-instance-variable-assignment-in-question-base branch March 21, 2016 12:44
Sign up for free to 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