Browse Source

Whitespace

widget
Lee Willis 6 years ago
parent
commit
3f2b35a4b2
  1. 2
      github-api.php

2
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 );
}

Loading…
Cancel
Save