This website works better with JavaScript
GitBross
Home
Explore
Help
Register
Sign In
sol_Bo8des9o
/
openzeppelin-contracts
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix solidity style issue
Alejandro Santander
7 years ago
parent
3009553925
commit
22c1403e5b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
contracts/ownership/Heritable.sol
+ 1
- 1
contracts/ownership/Heritable.sol
View File
@@ -1,7 +1,7 @@
pragma solidity ^0.4.11;
-import
'./Ownable.sol'
;
+import
"./Ownable.sol"
;
/**