Skip to content

Commit 1333d87

Browse files
ci: apply automated fixes
1 parent a1242f8 commit 1333d87

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

packages/event-bus-plugin/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ class QueryDevtoolsPlugin extends TanstackDevtoolsEventSubscription<
3434
}
3535

3636
export const queryPlugin = new QueryDevtoolsPlugin()
37-
3837
```
39-
38+
4039
## Understanding the implementation
4140

4241
The `TanstackDevtoolsEventSubscription` class is a base class for creating plugins that can subscribe to events in the Tanstack Devtools event bus. It allows you to define a set of events and their corresponding data schemas using a standard-schema based schemas.
4342

44-
It will work on both the client/server side and all you have to worry about is emitting/listening to events.
43+
It will work on both the client/server side and all you have to worry about is emitting/listening to events.

packages/event-bus/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const devtoolsServer = new TanstackDevtoolsServerEventBus()
1414
devtoolsServer.start()
1515

1616
export { devtoolsServer }
17-
1817
```
1918

2019
### Client Event Bus
@@ -28,7 +27,7 @@ devtoolsClient.start()
2827

2928
export { devtoolsClient }
3029
```
31-
30+
3231
## Plugins
3332

34-
Check out @tanstack/devtools-event-bus-plugin for more information on how to create plugins for the event bus.
33+
Check out @tanstack/devtools-event-bus-plugin for more information on how to create plugins for the event bus.

0 commit comments

Comments
 (0)