Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

fix(solc): remove unnecessary indent #999

Merged
merged 2 commits into from
Mar 9, 2022

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Mar 9, 2022

Motivation

remove wrong indent

Solution

on https://github.com/gakonst/dapptools-template :

forge tree --no-dedupe                                                                                  
src/Greeter.sol ^0.8.0
└── lib/openzeppelin-contracts/contracts/access/Ownable.sol ^0.8.0
    └── lib/openzeppelin-contracts/contracts/utils/Context.sol ^0.8.0
src/test/Greeter.t.sol ^0.8.0
├── src/test/utils/GreeterTest.sol ^0.8.0
│   ├── lib/ds-test/src/test.sol >=0.4.23
│   ├── src/Greeter.sol ^0.8.0
│   │   └── lib/openzeppelin-contracts/contracts/access/Ownable.sol ^0.8.0
│   │       └── lib/openzeppelin-contracts/contracts/utils/Context.sol ^0.8.0
│   └── src/test/utils/Hevm.sol ^0.8.0
└── src/Greeter.sol ^0.8.0
    └── lib/openzeppelin-contracts/contracts/access/Ownable.sol ^0.8.0
        └── lib/openzeppelin-contracts/contracts/utils/Context.sol ^0.8.0
src/test/utils/GreeterTest.sol ^0.8.0
├── lib/ds-test/src/test.sol >=0.4.23
├── src/Greeter.sol ^0.8.0
│   └── lib/openzeppelin-contracts/contracts/access/Ownable.sol ^0.8.0
│       └── lib/openzeppelin-contracts/contracts/utils/Context.sol ^0.8.0
└── src/test/utils/Hevm.sol ^0.8.0
src/test/utils/Hevm.sol ^0.8.0

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

ethers-solc/src/resolver/tree.rs Outdated Show resolved Hide resolved
ethers-solc/src/resolver/tree.rs Outdated Show resolved Hide resolved
@gakonst gakonst merged commit e1ec4b5 into gakonst:master Mar 9, 2022
gakonst added a commit to mattsse/foundry that referenced this pull request Mar 9, 2022
gakonst added a commit to foundry-rs/foundry that referenced this pull request Mar 9, 2022
* feat(forge): add tree command

* bump ethers

* chore: bump ethers

gakonst/ethers-rs#999

Co-authored-by: Georgios Konstantopoulos <[email protected]>
charisma98 added a commit to charisma98/foundry that referenced this pull request Mar 4, 2023
* feat(forge): add tree command

* bump ethers

* chore: bump ethers

gakonst/ethers-rs#999

Co-authored-by: Georgios Konstantopoulos <[email protected]>
0129general added a commit to 0129general/FoundryProject that referenced this pull request May 8, 2024
* feat(forge): add tree command

* bump ethers

* chore: bump ethers

gakonst/ethers-rs#999

Co-authored-by: Georgios Konstantopoulos <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants