Run code formatting

This commit is contained in:
Liam Newman
2019-11-14 09:12:28 -08:00
parent 432585cb75
commit d5ba0eebcb
3 changed files with 5 additions and 3 deletions

View File

@@ -808,8 +808,9 @@ public class GitHub {
* @see <a href="https://developer.github.com/v3/meta/#meta">Get Meta</a>
*
* @return an instance of {@link GHMeta}
* @throws IOException if the credentials supplied are invalid or if you're trying to access it as a GitHub App
* via the JWT authentication
* @throws IOException
* if the credentials supplied are invalid or if you're trying to access it as a GitHub App via the JWT
* authentication
*/
public GHMeta getMeta() throws IOException {
return retrieve().to("/meta", GHMeta.class);