Skip to content

Commit

Permalink
gui: format
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <arthurckoucher@gmail.com>
  • Loading branch information
AcKoucher committed Apr 4, 2024
1 parent c0d2009 commit b26fa41
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/gui/src/chartsWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,8 @@ QString ChartsWidget::createXAxisTitle(const std::set<sta::Clock*>& clocks)
}
}

axis_x_title += QString::fromStdString(
fmt::format(" {} {}",
clock->name(),
period));
axis_x_title
+= QString::fromStdString(fmt::format(" {} {}", clock->name(), period));

++clock_count;
}
Expand Down

0 comments on commit b26fa41

Please sign in to comment.