From 3169fafd3c27e34af30b05e712c8d58b976a9a26 Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Fri, 19 May 2017 20:50:27 -0300 Subject: [PATCH] EOF --- contracts/GitHubAPIReg.sol | 2 +- contracts/GitHubRepositoryReg.sol | 2 +- contracts/GitHubUserReg.sol | 2 +- contracts/GitRepository.sol | 2 +- contracts/NameRegistry.sol | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 +}