Fix a format error

This commit is contained in:
c-bata
2022-12-08 14:49:27 +09:00
parent 77aa790251
commit 115aacd625
+4 -1
View File
@@ -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,