Commit da1783cd authored by Rosen Penev's avatar Rosen Penev

clang-tidy: remove pointless const

Found with readability-const-return-type Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
parent bedcf1cc
...@@ -63,7 +63,7 @@ cue_next_token(StringView &src) noexcept ...@@ -63,7 +63,7 @@ cue_next_token(StringView &src) noexcept
return cue_next_word(src); return cue_next_word(src);
} }
static const StringView static StringView
cue_next_value(StringView &src) noexcept cue_next_value(StringView &src) noexcept
{ {
src.StripLeft(); src.StripLeft();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment