From 6a0fe26310ba639cae41e2aad22954c1ba3335c9 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Sun, 18 Jun 2023 15:14:46 -0400 Subject: [PATCH] run prettier Signed-off-by: Yuri Shkuro --- .../src/components/TracePage/TraceStatistics/types.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jaeger-ui/src/components/TracePage/TraceStatistics/types.tsx b/packages/jaeger-ui/src/components/TracePage/TraceStatistics/types.tsx index a569a94fda..d7e7f58ffb 100644 --- a/packages/jaeger-ui/src/components/TracePage/TraceStatistics/types.tsx +++ b/packages/jaeger-ui/src/components/TracePage/TraceStatistics/types.tsx @@ -43,4 +43,4 @@ export interface IColumnValue { attribute: string; suffix: string; isDecimal: boolean; -} \ No newline at end of file +}