Skip to content

Commit

Permalink
nx format
Browse files Browse the repository at this point in the history
  • Loading branch information
olegat committed May 14, 2024
1 parent 3af3262 commit 9c86fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Destroyable } from "../../util/destroy";
import type { Destroyable } from '../../util/destroy';

export type ContextMenuAction = {
id?: string;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Destroyable } from "../../util/destroy";
import type { Destroyable } from '../../util/destroy';

export type SeriesGrouping = {
groupIndex: number;
Expand Down

0 comments on commit 9c86fc5

Please sign in to comment.