From e867a8f4027d4b3e1e58b10efa9cd7a40c74ad05 Mon Sep 17 00:00:00 2001 From: corpglory-dev Date: Wed, 20 Feb 2019 16:08:13 +0300 Subject: [PATCH] prettier fix --- public/app/plugins/panel/piechart/PiechartPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/piechart/PiechartPanel.tsx b/public/app/plugins/panel/piechart/PiechartPanel.tsx index 388df0d9de2..4398bbce7db 100644 --- a/public/app/plugins/panel/piechart/PiechartPanel.tsx +++ b/public/app/plugins/panel/piechart/PiechartPanel.tsx @@ -32,7 +32,7 @@ export class PiechartPanel extends PureComponent { // TODO: get name name: 'tmpName', // TODO: add color option - color: 'tmpColor' + color: 'tmpColor', }); } });