================
@@ -29,8 +30,12 @@ Progress::Progress(std::string title, std::string details,
 
   if (debugger)
     m_debugger_id = debugger->GetID();
+
+  m_progress_data = {m_title,     m_details, m_id,
+                     m_completed, m_total,   m_debugger_id};
----------------
chelcassanova wrote:

I'm removing this anyways but yeah not sure what `clang-format` was thinking 
here.

https://github.com/llvm/llvm-project/pull/83069
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to