Skip to content

Commit

Permalink
chore: fix to a single-line comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-ogi committed May 14, 2024
1 parent 3991b64 commit 4490ab6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/platform/RendererCandidate.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
export interface RendererCandidate {
type: string;

/**
* Renderer の実装に依存するためここでは詳細は定義しない
*/
// Renderer の実装に依存するためここでは詳細は定義しない
options?: unknown;
}

0 comments on commit 4490ab6

Please sign in to comment.