mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 01:24:57 +00:00
SystemMonitor: Use new format functions.
This commit is contained in:
parent
6ed3a4b5fe
commit
0dec600a2a
7 changed files with 21 additions and 21 deletions
|
@ -70,5 +70,5 @@ void ProcessFileDescriptorMapWidget::set_pid(pid_t pid)
|
|||
if (m_pid == pid)
|
||||
return;
|
||||
m_pid = pid;
|
||||
m_model->set_json_path(String::format("/proc/%d/fds", m_pid));
|
||||
m_model->set_json_path(String::formatted("/proc/{}/fds", m_pid));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue