diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-12-19 22:40:16 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-12-19 22:41:49 +0800 |
commit | f832e035da0b2b4b4e08cbe9028121a93a2ed0a9 (patch) | |
tree | d82c8d4cdc86ba6b8b9f5115c38301add1f8f17b /contracts/libs/compiler.json | |
parent | 5656605355f201e36667cd054d0eed0a3ba0dbfe (diff) | |
download | dexon-sol-tools-f832e035da0b2b4b4e08cbe9028121a93a2ed0a9.tar dexon-sol-tools-f832e035da0b2b4b4e08cbe9028121a93a2ed0a9.tar.gz dexon-sol-tools-f832e035da0b2b4b4e08cbe9028121a93a2ed0a9.tar.bz2 dexon-sol-tools-f832e035da0b2b4b4e08cbe9028121a93a2ed0a9.tar.lz dexon-sol-tools-f832e035da0b2b4b4e08cbe9028121a93a2ed0a9.tar.xz dexon-sol-tools-f832e035da0b2b4b4e08cbe9028121a93a2ed0a9.tar.zst dexon-sol-tools-f832e035da0b2b4b4e08cbe9028121a93a2ed0a9.zip |
Run prettier
Diffstat (limited to 'contracts/libs/compiler.json')
-rw-r--r-- | contracts/libs/compiler.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/contracts/libs/compiler.json b/contracts/libs/compiler.json index 31ae13fef..349d3063b 100644 --- a/contracts/libs/compiler.json +++ b/contracts/libs/compiler.json @@ -18,5 +18,14 @@ } } }, - "contracts": ["TestLibs", "LibOrder", "LibMath", "LibFillResults", "LibAbiEncoder", "LibEIP712", "LibAssetProxyErrors", "LibConstants"] + "contracts": [ + "TestLibs", + "LibOrder", + "LibMath", + "LibFillResults", + "LibAbiEncoder", + "LibEIP712", + "LibAssetProxyErrors", + "LibConstants" + ] } |