Skip to content

Commit 4a4e46d

Browse files
committed
🎨 format code
1 parent f5164a3 commit 4a4e46d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

GuiMandelbrot.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,10 @@ public void actionPerformed(ActionEvent e) {
366366
@Override
367367
protected Void doInBackground() {
368368
try {
369-
timeSpeedUpChart = new AnalyticsMultiChart("Computation time / Time SpeedUp",
370-
"task number", "Computation time");
371-
timeSpeedUpChart.show();
369+
timeSpeedUpChart =
370+
new AnalyticsMultiChart(
371+
"Computation time / Time SpeedUp", "task number", "Computation time");
372+
timeSpeedUpChart.show();
372373
// population_chart.setRef(MainCanvas.task);
373374
// population_chart.show();
374375

0 commit comments

Comments
 (0)