Skip to content
Snippets Groups Projects
Commit 07081bca authored by Amtul Noor's avatar Amtul Noor :alien:
Browse files

style: remove semicolon and add spaces

parent f7ee9007
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ import { metricChartTooltipContent } from "@/helpers/metric-chart-tooltip-conten
import OverlayPanel from 'primevue/overlaypanel'
import BaseTimelineDetailedChart from "@/components/workflows/timeline/BaseTimelineDetailedChart.vue"
import timelineStore from "@/store/timeline-store"
import {isHigherPositive} from "@/helpers/metrics";
import { isHigherPositive } from "@/helpers/metrics"
const props = defineProps<{
runs: EvaluationRun[],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment