Skip to content

Commit 642f2f8

Browse files
committed
style: fix lint issues
1 parent 05d0089 commit 642f2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Assets/Scripts/UnauthenticatedScript.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ private async UniTask Logout()
272272
await passport.Logout();
273273
}
274274
#else
275-
await passport.Logout();
275+
await passport.Logout();
276276
#endif
277277
}
278278
catch (Exception ex)

0 commit comments

Comments
 (0)