mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 14:25:08 +00:00
Kernel: Remove redundant (K)String::characters() calls
This commit is contained in:
parent
1d2f78682b
commit
2175c689ef
3 changed files with 3 additions and 3 deletions
|
@ -372,7 +372,7 @@ private:
|
|||
result = pseudo_path_or_error.release_error();
|
||||
return IterationDecision::Break;
|
||||
}
|
||||
fs_object.add("source", pseudo_path_or_error.value()->characters());
|
||||
fs_object.add("source", pseudo_path_or_error.value()->view());
|
||||
} else {
|
||||
fs_object.add("source", "none");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue