Skip to content

Commit de68389

Browse files
ci(pre-commit): autofix
1 parent 47361df commit de68389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/tier4_screen_capture_rviz_plugin/src/screen_capture_panel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ void AutowareScreenCapturePanel::onTimer()
180180
if (!main_window_) return;
181181
try {
182182
// this is deprecated but only way to capture nicely
183-
QScreen *screen = QGuiApplication::primaryScreen();
183+
QScreen * screen = QGuiApplication::primaryScreen();
184184
QPixmap original_pixmap = screen->grabWindow(main_window_->winId());
185185
QString format = "png";
186186
QString file_name = QString::fromStdString(file);

0 commit comments

Comments
 (0)