Skip to content

Commit

Permalink
docs: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Nov 29, 2023
1 parent 23ab6e4 commit 01182b3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ ipull set .zip ~/Downloads/zips

```ts
class CLIPullProgress {
constructor(progress: IStreamProgress, name: string) {
}
constructor(progress: IStreamProgress, name: string);

startPull(): Promise<void> {
}
startPull(): Promise<void>;
}

interface IStreamProgress {
Expand Down

0 comments on commit 01182b3

Please sign in to comment.