Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
style: deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
windchime-yk committed Jun 12, 2021
1 parent bfe1c73 commit d19582d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface BracesDBOption {
* If the type is `memory`, you don't need it.
*/
filename?: string;
};
}

export class BracesDB<T> {
private readonly type: string;
Expand Down

0 comments on commit d19582d

Please sign in to comment.