mirror of
https://github.com/status-im/github-oracle.git
synced 2026-08-27 09:51:10 +00:00
EOF
This commit is contained in:
@@ -98,4 +98,4 @@ contract GitHubAPIReg is Owned, usingOraclize {
|
||||
return val - (val < 58 ? 48 : (val < 97 ? 55 : 87));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -100,4 +100,4 @@ library GHRepoReg {
|
||||
return new GitHubRepositoryReg();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -101,4 +101,4 @@ library GHUserReg{
|
||||
return new GitHubUserReg();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -79,4 +79,4 @@ library GitFactory {
|
||||
return repo;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,4 +24,4 @@ contract NameRegistry {
|
||||
indexes[_new] = indexes[_old];
|
||||
delete indexes[_old];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user