filecoin-project / specs-actors

DEPRECATED Specification of builtin actors, in the form of executable code.
Other
86 stars 102 forks source link

fixing 1516 (oneliner) #1517

Closed laudiacay closed 3 years ago

laudiacay commented 3 years ago

1516

An error message was left in after another PR, but it shouldn’t have been. I opened vim and went to the line and pressed the D key two times 😅

codecov-commenter commented 3 years ago

Codecov Report

Merging #1517 (042bff3) into master (855f605) will decrease coverage by 0.0%. The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #1517     +/-   ##
========================================
- Coverage    71.4%   71.4%   -0.1%     
========================================
  Files          72      72             
  Lines        8637    8636      -1     
========================================
- Hits         6168    6167      -1     
  Misses       1572    1572             
  Partials      897     897             
ZenGround0 commented 3 years ago

Rebase against the next branch. We'll deal with getting changes from master to next after this one.

laudiacay commented 3 years ago

Whoops, assumed it could go straight to master because it was small. Rebased and force-pushed to here. All better :)