This commit is contained in:
Ricardo Guilherme Schmidt
2017-05-19 20:50:27 -03:00
parent bfc18c10e0
commit 3169fafd3c
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -98,4 +98,4 @@ contract GitHubAPIReg is Owned, usingOraclize {
return val - (val < 58 ? 48 : (val < 97 ? 55 : 87));
}
}
}
+1 -1
View File
@@ -100,4 +100,4 @@ library GHRepoReg {
return new GitHubRepositoryReg();
}
}
}
+1 -1
View File
@@ -101,4 +101,4 @@ library GHUserReg{
return new GitHubUserReg();
}
}
}
+1 -1
View File
@@ -79,4 +79,4 @@ library GitFactory {
return repo;
}
}
}
+1 -1
View File
@@ -24,4 +24,4 @@ contract NameRegistry {
indexes[_new] = indexes[_old];
delete indexes[_old];
}
}
}