-
Notifications
You must be signed in to change notification settings - Fork 6
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 Incorrect spacing for Add Appointment command result #71
Conversation
Codecov Report
@@ Coverage Diff @@
## master #71 +/- ##
=========================================
Coverage 64.27% 64.27%
Complexity 418 418
=========================================
Files 83 83
Lines 1475 1475
Branches 152 152
=========================================
Hits 948 948
Misses 484 484
Partials 43 43
Continue to review full report at Codecov.
|
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 ty
@@ -18,7 +18,7 @@ | |||
public static final String MESSAGE_USAGE = | |||
"appt" |
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.
@gycgabriel think can add a space here from #62 raised by @joshenx
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 for pointing out, new PR created.
This reverts commit 31a4a2f.
Close #62.