Run prettier

This commit is contained in:
c-bata
2021-04-09 17:44:58 +09:00
parent 45ba4fcdde
commit ea9198a2b6
@@ -156,7 +156,9 @@ const plotParetoFront = (
marker: {
color: pointColors,
},
text: completedTrials.map((t: Trial): string => `Trial (number=${t.number})`),
text: completedTrials.map(
(t: Trial): string => `Trial (number=${t.number})`
),
hovertemplate: "%{text}<extra></extra>",
},
]