-
Notifications
You must be signed in to change notification settings - Fork 5
address #264 correctly #322
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
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #322 +/- ##
=========================================
Coverage 78.04% 78.05%
+ Complexity 2103 2102 -1
=========================================
Files 257 257
Lines 8399 8401 +2
Branches 814 815 +1
=========================================
+ Hits 6555 6557 +2
Misses 1441 1441
Partials 403 403
Continue to review full report at Codecov.
|
- fix fmt formatter issue with multiplication *
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.
Sorry, for letting the last PR regarding #264 pass. I simply got your issue wrong... 😞
Despite of possibly accepting my pedantic, feel free to close and merge.
src/main/java/edu/ie3/datamodel/io/source/csv/CsvDataSource.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Chris Kittl <44838605+ckittl@users.noreply.github.com>
Finally resolves #264