Skip to content

Commit b198a49

Browse files
committed
src: fixup linting issue
1 parent 1af5e80 commit b198a49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/node_builtins.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {
142142
"quic", // Experimental.
143143
"sqlite", // Experimental.
144144
"stream/iter", // Experimental.
145-
"sys", // Deprecated.
146-
"wasi", // Experimental.
145+
"sys", // Deprecated.
146+
"wasi", // Experimental.
147147
#if !HAVE_SQLITE
148148
"internal/webstorage", // Experimental.
149149
#endif

0 commit comments

Comments
 (0)