diff --git a/contracts/GitHubAPIReg.sol b/contracts/GitHubAPIReg.sol index c062c9b..5483dc4 100644 --- a/contracts/GitHubAPIReg.sol +++ b/contracts/GitHubAPIReg.sol @@ -98,4 +98,4 @@ contract GitHubAPIReg is Owned, usingOraclize { return val - (val < 58 ? 48 : (val < 97 ? 55 : 87)); } -} \ No newline at end of file +} diff --git a/contracts/GitHubRepositoryReg.sol b/contracts/GitHubRepositoryReg.sol index 0df676d..db1060a 100644 --- a/contracts/GitHubRepositoryReg.sol +++ b/contracts/GitHubRepositoryReg.sol @@ -100,4 +100,4 @@ library GHRepoReg { return new GitHubRepositoryReg(); } -} \ No newline at end of file +} diff --git a/contracts/GitHubUserReg.sol b/contracts/GitHubUserReg.sol index 553fc81..63e26b4 100644 --- a/contracts/GitHubUserReg.sol +++ b/contracts/GitHubUserReg.sol @@ -101,4 +101,4 @@ library GHUserReg{ return new GitHubUserReg(); } -} \ No newline at end of file +} diff --git a/contracts/GitRepository.sol b/contracts/GitRepository.sol index 2e58298..dd8ed4d 100644 --- a/contracts/GitRepository.sol +++ b/contracts/GitRepository.sol @@ -79,4 +79,4 @@ library GitFactory { return repo; } -} \ No newline at end of file +} diff --git a/contracts/NameRegistry.sol b/contracts/NameRegistry.sol index 33494fc..17b29dd 100644 --- a/contracts/NameRegistry.sol +++ b/contracts/NameRegistry.sol @@ -24,4 +24,4 @@ contract NameRegistry { indexes[_new] = indexes[_old]; delete indexes[_old]; } -} \ No newline at end of file +}