Skip to content

Commit

Permalink
fix curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Oct 26, 2023
1 parent dd4e182 commit 4b6a4ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/src/Router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ export type PipeToRouterResult =
pipeDataProducer?: DataProducer;
};

export type RouterDump = {
export type RouterDump =
{
/**
* The Router id.
*/
Expand Down

0 comments on commit 4b6a4ee

Please sign in to comment.