From 115aacd625716d4e7a4952998c0a0e21b0d8de48 Mon Sep 17 00:00:00 2001 From: c-bata Date: Thu, 8 Dec 2022 14:49:27 +0900 Subject: [PATCH] Fix a format error --- typescript_tests/TrialTable.test.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/typescript_tests/TrialTable.test.tsx b/typescript_tests/TrialTable.test.tsx index b4801147..da9bdeca 100644 --- a/typescript_tests/TrialTable.test.tsx +++ b/typescript_tests/TrialTable.test.tsx @@ -74,7 +74,10 @@ const studyDetail = { attributes: { low: -3, high: 3 }, }, ], - union_user_attrs: [{key: "foo", sortable: false}, {key: "bar", sortable: false}], + union_user_attrs: [ + { key: "foo", sortable: false }, + { key: "bar", sortable: false }, + ], has_intermediate_values: false, note: { version: 0,