Skip to content

Commit d11f5db

Browse files
committed
format
1 parent e6c3081 commit d11f5db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Runtime/Scripts/VideoStreamTrack.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ internal void UpdateTexture()
148148
public VideoStreamTrack(Texture texture, CopyTexture copyTexture = null)
149149
: base(CreateVideoTrack(texture, out var source))
150150
{
151-
lock(s_tracks)
151+
lock (s_tracks)
152152
{
153153
if (s_tracks.ContainsKey(self))
154154
throw new InvalidOperationException();
@@ -216,7 +216,7 @@ public override void Dispose()
216216
}, 0.1f);
217217
}
218218

219-
lock(s_tracks)
219+
lock (s_tracks)
220220
{
221221
s_tracks.Remove(self);
222222
}

0 commit comments

Comments
 (0)