1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

remove whitespace

This commit is contained in:
Bishwajeet Parhi 2022-08-05 16:21:47 +00:00
parent 93466d9a66
commit 6c653d8f2a

View file

@ -80,7 +80,6 @@ class Linkedin extends OAuth2
])
), true);
}
return $this->tokens;
}
@ -107,7 +106,6 @@ class Linkedin extends OAuth2
if (empty($this->tokens['refresh_token'])) {
$this->tokens['refresh_token'] = $refreshToken;
}
return $this->tokens;
}