mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 21:28:40 +00:00
SystemMonitor: Use new format functions.
This commit is contained in:
@@ -53,5 +53,5 @@ void ProcessUnveiledPathsWidget::set_pid(pid_t pid)
|
||||
if (m_pid == pid)
|
||||
return;
|
||||
m_pid = pid;
|
||||
m_model->set_json_path(String::format("/proc/%d/unveil", m_pid));
|
||||
m_model->set_json_path(String::formatted("/proc/{}/unveil", m_pid));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user