Skip to content

Commit 8219f2f

Browse files
authored
new clang warning fix (#3132)
1 parent 86dc6db commit 8219f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workerd/jsg/url.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,4 +372,4 @@ class UrlPattern final {
372372

373373
// Append _url to a string literal to create a parsed URL. An assert will be triggered
374374
// if the value cannot be parsed successfully.
375-
const workerd::jsg::Url operator"" _url(const char* str, size_t size) KJ_WARN_UNUSED_RESULT;
375+
const workerd::jsg::Url operator""_url(const char* str, size_t size) KJ_WARN_UNUSED_RESULT;

0 commit comments

Comments
 (0)