Skip to content

Commit 9969f81

Browse files
committed
Formatting
1 parent dea8265 commit 9969f81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/xenia/app/emulator_window.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,8 @@ void EmulatorWindow::FileDrop(const std::filesystem::path& filename) {
809809
xe::ui::ImGuiDialog::ShowMessageBox(
810810
imgui_drawer_.get(), "Error: Failed to Launch",
811811
fmt::format("Failed to launch target {}",
812-
filename.filename().string() + "; File format is unrecognized or corrupted."));
812+
filename.filename().string() +
813+
"; File format is unrecognized or corrupted."));
813814
XELOGE("Failed to launch target: {:08X}", result);
814815
}
815816
}

0 commit comments

Comments
 (0)