mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
ci: run clang-format on .h files too (#14597)
Co-authored-by: nektro <nektro@users.noreply.github.com>
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
|
||||
namespace Zig {
|
||||
|
||||
DEFINE_NATIVE_MODULE(NodeStringDecoder) {
|
||||
INIT_NATIVE_MODULE(1);
|
||||
DEFINE_NATIVE_MODULE(NodeStringDecoder)
|
||||
{
|
||||
INIT_NATIVE_MODULE(1);
|
||||
|
||||
put(JSC::Identifier::fromString(vm, "StringDecoder"_s),
|
||||
globalObject->JSStringDecoder());
|
||||
put(JSC::Identifier::fromString(vm, "StringDecoder"_s),
|
||||
globalObject->JSStringDecoder());
|
||||
|
||||
RETURN_NATIVE_MODULE();
|
||||
RETURN_NATIVE_MODULE();
|
||||
}
|
||||
|
||||
} // namespace Zig
|
||||
|
||||
Reference in New Issue
Block a user