summaryrefslogtreecommitdiff
path: root/Userland/Utilities/nl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/nl.cpp')
-rw-r--r--Userland/Utilities/nl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/nl.cpp b/Userland/Utilities/nl.cpp
index 6b0e131e23..7118e17b99 100644
--- a/Userland/Utilities/nl.cpp
+++ b/Userland/Utilities/nl.cpp
@@ -22,7 +22,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
{
NumberStyle number_style = NumberNonEmptyLines;
int increment = 1;
- char const* separator = " ";
+ StringView separator = " "sv;
int start_number = 1;
int number_width = 6;
Vector<DeprecatedString> files;