Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Haruma-K committed Nov 16, 2024
1 parent 31850a4 commit 60c3478
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ public static AsyncOperationHandle<T> BindTo<T>(this AsyncOperationHandle<T> sel
/// <param name="releaseEvent"></param>
/// <returns></returns>
/// <exception cref="ArgumentNullException"></exception>
public static AsyncOperationHandle BindTo(this AsyncOperationHandle self, IReleaseEvent releaseEvent, bool isScene)
public static AsyncOperationHandle BindTo(
this AsyncOperationHandle self,
IReleaseEvent releaseEvent,
bool isScene
)
{
if (releaseEvent == null)
{
Expand Down

0 comments on commit 60c3478

Please sign in to comment.