hyperledger-solang / solang

Solidity Compiler for Solana and Polkadot
https://solang.readthedocs.io/
Apache License 2.0
1.26k stars 210 forks source link

Refactor library_using_for.sol for clarity and naming conventions #1568

Closed 0xDecentralizer closed 11 months ago

0xDecentralizer commented 11 months ago

This commit refactors the library_using_for.sol code for better readability and adherence to naming conventions.

This pull request focuses on enhancing the library_using_for.sol. The changes improve the contract's readability and adherence to naming conventions.

seanyoung commented 11 months ago

Looks good!

codecov[bot] commented 11 months ago

Codecov Report

Merging #1568 (869fc6c) into main (a9e20d3) will increase coverage by 0.00%. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1568   +/-   ##
=======================================
  Coverage   87.35%   87.36%           
=======================================
  Files         133      133           
  Lines       64126    64126           
=======================================
+ Hits        56019    56022    +3     
+ Misses       8107     8104    -3     

see 1 file with indirect coverage changes