-
Notifications
You must be signed in to change notification settings - Fork 30
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 typo in TimeShifter comments #504
Conversation
Signed-off-by: Andre Kurait <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #504 +/- ##
============================================
- Coverage 76.45% 75.28% -1.17%
+ Complexity 1375 1355 -20
============================================
Files 158 158
Lines 6085 6085
Branches 530 530
============================================
- Hits 4652 4581 -71
- Misses 1075 1149 +74
+ Partials 358 355 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 shift the indents to 4 spaces to be consistent with the rest of the file.
Signed-off-by: Andre Kurait <[email protected]>
Description
Fix typo in TimeShifter comments
Issues Resolved
N/A
Is this a backport? If so, please add backport PR # and/or commits #
N/A
Testing
Pipeline tests, no functional change
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.