From 3f2b35a4b20e323f2eb9cd78b9ff3167162ff3bb Mon Sep 17 00:00:00 2001 From: Lee Willis Date: Mon, 2 Sep 2019 13:52:22 +0100 Subject: [PATCH] Whitespace --- github-api.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/github-api.php b/github-api.php index d497187..1a64a9d 100644 --- a/github-api.php +++ b/github-api.php @@ -55,10 +55,8 @@ class github_api { * provide the credentials. */ public function set_credentials() { - $this->client_id = apply_filters( 'github-embed-client-id', $this->client_id ); $this->client_secret = apply_filters( 'github-embed-client-secret', $this->client_secret ); - }