summaryrefslogtreecommitdiffhomepage
path: root/src/core/wire/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/wire/index.ts')
-rw-r--r--src/core/wire/index.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/wire/index.ts b/src/core/wire/index.ts
index ae6b3e6..d4215cf 100644
--- a/src/core/wire/index.ts
+++ b/src/core/wire/index.ts
@@ -1,6 +1,6 @@
export {
- assertAgentEventExhaustive,
- assertChunkExhaustive,
- assertWsClientMessageExhaustive,
- assertWsServerMessageExhaustive,
+ assertAgentEventExhaustive,
+ assertChunkExhaustive,
+ assertWsClientMessageExhaustive,
+ assertWsServerMessageExhaustive,
} from "./conformance";