Skip to content

Commit

Permalink
prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bcolloran committed Dec 18, 2023
1 parent 9e63a05 commit a3c4cc7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import type { LeaderboardItemData } from "./leaderboard-utils";
import { formatProperFractionAsPercent } from "@rilldata/web-common/lib/number-formatting/proper-fraction-formatter";
import { formatMeasurePercentageDifference } from "@rilldata/web-common/lib/number-formatting/percentage-formatter";
import { onDestroy, onMount } from "svelte";
export let itemData: LeaderboardItemData;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<script lang="ts">
import { LeaderboardContextColumn } from "@rilldata/web-common/features/dashboards/leaderboard-context-column";
import { getStateManagers } from "@rilldata/web-common/features/dashboards/state-managers/state-managers";
import type { MetricsExplorerEntity } from "@rilldata/web-common/features/dashboards/stores/metrics-explorer-entity";
import { useTimeControlStore } from "@rilldata/web-common/features/dashboards/time-controls/time-control-store";
import { metricsExplorerStore } from "web-common/src/features/dashboards/stores/dashboard-stores";
import SelectMenu from "@rilldata/web-common/components/menu/compositions/SelectMenu.svelte";
import type { SelectMenuItem } from "@rilldata/web-common/components/menu/types";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { LeaderboardContextColumn } from "../../leaderboard-context-column";
import { sortTypeForContextColumnType } from "../../stores/dashboard-stores";
import {
type MetricsExplorerEntity,
type ContextColWidths,
contextColWidthDefaults,
} from "../../stores/metrics-explorer-entity";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { LeaderboardContextColumn } from "../../leaderboard-context-column";
import { contextColWidthDefaults } from "../../stores/metrics-explorer-entity";
import type { DashboardDataSources } from "./types";

const contextColumnWidth = ({ dashboard }: DashboardDataSources): string => {
Expand Down

0 comments on commit a3c4cc7

Please sign in to comment.