Skip to content

Commit a4043f1

Browse files
committed
remove redundant ;
1 parent e7e3ae0 commit a4043f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Runtime/Scripts/Rooms/Participants/Participant.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Collections.Concurrent;;
3+
using System.Collections.Concurrent;
44
using System.Diagnostics.CodeAnalysis;
55
using LiveKit.Internal;
66
using LiveKit.Proto;

0 commit comments

Comments
 (0)