Skip to content

Commit 018c993

Browse files
committed
remove semicolon
1 parent ff12285 commit 018c993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SocketAckEmitter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class SocketAckEmitter : NSObject {
4646
}
4747

4848
public func isRequired() -> Bool {
49-
return ackNum != -1;
49+
return ackNum != -1
5050
}
5151
}
5252

0 commit comments

Comments
 (0)