mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Shell: Improve readability of cache_path()
I prefer String::format over StringBuilder here. Also simplified a weird continue statement.
This commit is contained in:
parent
c0696ad3aa
commit
bb311b970f
Notes:
sideshowbarker
2024-07-19 10:53:25 +09:00
Author: https://github.com/willmcpherson2
Commit: bb311b970f
Pull-request: https://github.com/SerenityOS/serenity/pull/869
2 changed files with 4 additions and 11 deletions
|
@ -3,7 +3,6 @@
|
|||
#include <AK/BinarySearch.h>
|
||||
#include <AK/QuickSort.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibCore/CDirIterator.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue