Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Small linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oed committed Jul 11, 2017
1 parent 99b68ae commit 16145e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions contracts/IdentityManager.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pragma solidity 0.4.11;
import "./Proxy.sol";


contract IdentityManager {

event IdentityCreated(
Expand Down
2 changes: 1 addition & 1 deletion contracts/TxRelay.sol
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pragma solidity 0.4.11;


//This contract is meant as a "singleton" forwarding contract.
//Eventually, it will be able to forward any transaction to
//Any contract that is built to accept it.

contract TxRelay {

// Note: This is a local nonce.
Expand Down
1 change: 1 addition & 0 deletions contracts/misc/MetaTestRegistry.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pragma solidity 0.4.11;


// This contract is only used for testing purposes.
contract MetaTestRegistry {

Expand Down

0 comments on commit 16145e6

Please sign in to comment.