Make the linter happy

This commit is contained in:
Ryan Brandenburg 2019-02-20 17:02:56 -08:00
parent 918f3d3c40
commit 019a1be305
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import * as msgpack5 from "msgpack5";
import {
CancelInvocationMessage, CompletionMessage, HubMessage, IHubProtocol, ILogger, InvocationMessage,
LogLevel, MessageHeaders, MessageType, NullLogger, StreamInvocationMessage, StreamItemMessage, TransferFormat
LogLevel, MessageHeaders, MessageType, NullLogger, StreamInvocationMessage, StreamItemMessage, TransferFormat,
} from "@aspnet/signalr";
import { BinaryMessageFormat } from "./BinaryMessageFormat";