Skip to content

Commit 3142ee7

Browse files
committed
🚨 fix fmt
1 parent 670ea12 commit 3142ee7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

base.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ export interface Page {
1414
/** the thumbnail URL of a page if exists
1515
*
1616
* set to `null` if not exists
17-
*/
17+
*/
1818
image: string | null;
1919
/** the thumbnail text of a page.
20-
* the maximum number of lines is 5.
21-
* */ descriptions: string[];
20+
* the maximum number of lines is 5.
21+
*/ descriptions: string[];
2222
/** ページの最終更新日時 */ updated: number;
2323
/** Date last visitedに使われる最終アクセス日時 */ accessed: number;
2424
}

0 commit comments

Comments
 (0)