-
Notifications
You must be signed in to change notification settings - Fork 531
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
Fix #2037: file formatting under multiplechoiceinput package #2049
Conversation
Removed the oneline functions to segregate the initialisation logic in the starting of file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check the reference again on how to update the file.
@anandwana001 I compared it with the reference file you mentioned in the issue. It looked similarly structured to me, can you suggest specific changes that you found |
Please use |
Have done those changes. PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Arjupta
Left some comments.
...in/classify/rules/multiplechoiceinput/MultipleChoiceInputEqualsRuleClassifierProviderTest.kt
Outdated
Show resolved
Hide resolved
...in/classify/rules/multiplechoiceinput/MultipleChoiceInputEqualsRuleClassifierProviderTest.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit changes. @Arjupta
...in/classify/rules/multiplechoiceinput/MultipleChoiceInputEqualsRuleClassifierProviderTest.kt
Outdated
Show resolved
Hide resolved
...in/classify/rules/multiplechoiceinput/MultipleChoiceInputEqualsRuleClassifierProviderTest.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks @Arjupta
@anandwana001 Please resolve the comments above and assign it back to me for merging. |
@aggarwalpulkit596 Please give respective points to @Arjupta . Thanks. |
give @Arjupta 5 points |
Fixes #2037
Removed the one-line functions to segregate the initialisation logic in the starting of file
Explanation
Checklist