Skip to content

Commit

Permalink
feat(#49): indents
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Mar 21, 2024
1 parent 2c20223 commit 7d8ce65
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pdd-prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ export class PddPrompt implements Scalar<string> {
* <>
* <>
Todo snippet:
${this.snippet}
${this.snippet}
This todo is located inside ${this.path}:
${this.content}
${this.content}
`;
}
}

0 comments on commit 7d8ce65

Please sign in to comment.