Skip to content

Commit 8e44b05

Browse files
committed
chore: lint trailing white space
1 parent 5ff7369 commit 8e44b05

3 files changed

Lines changed: 145 additions & 145 deletions

File tree

src/Packages/Passport/Runtime/Scripts/Private/PassportImpl.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ private async UniTask LaunchAuthUrl()
301301
}
302302

303303
requestJson += "}";
304-
304+
305305
PassportLogger.Debug($"{TAG} Sending auth URL request: {requestJson}");
306306
var callResponse = await _communicationsManager.Call(PassportFunction.GET_PKCE_AUTH_URL, requestJson);
307307
var response = callResponse.OptDeserializeObject<StringResponse>();
@@ -785,7 +785,7 @@ public interface PKCECallback
785785
{
786786

787787
/// <summary>
788-
/// Called when the Android Chrome Custom Tabs is hidden.
788+
/// Called when the Android Chrome Custom Tabs is hidden.
789789
/// Note that you won't be able to tell whether it was closed by the user or the SDK.
790790
/// <param name="completing">True if the user has entered everything required (e.g. email address),
791791
/// Chrome Custom Tabs have closed, and the SDK is trying to complete the PKCE flow.

0 commit comments

Comments
 (0)