simc / dartx

Superpowers for Dart. Collection of useful static extension methods.
https://pub.dev/packages/dartx
Apache License 2.0
1.08k stars 88 forks source link

Remove redundant logic #143

Closed minhqdao closed 2 years ago

minhqdao commented 2 years ago

In the course of https://github.com/leisim/dartx/pull/142, it was forgotten that some logic became redundant and can be removed. This is being done retroactively. @passsy

codecov[bot] commented 2 years ago

Codecov Report

Merging #143 (54858d0) into master (5d863a2) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #143      +/-   ##
==========================================
- Coverage   97.78%   97.78%   -0.01%     
==========================================
  Files          12       12              
  Lines         769      767       -2     
==========================================
- Hits          752      750       -2     
  Misses         17       17              
Impacted Files Coverage Δ
lib/src/string.dart 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5d863a2...54858d0. Read the comment docs.