diff options
author | 2022-09-28 23:34:03 -0700 | |
---|---|---|
committer | 2022-09-28 23:34:03 -0700 | |
commit | 16929129f0259c63f63d7db20e2121dc2581deaa (patch) | |
tree | 8a384c4706425c4dd6b6c6b90302374f223e219e /src/bun.js/bindings/headers-cpp.h | |
parent | 524e48a81dfc6106ffcdd07b6fd035000b03146c (diff) | |
download | bun-16929129f0259c63f63d7db20e2121dc2581deaa.tar.gz bun-16929129f0259c63f63d7db20e2121dc2581deaa.tar.zst bun-16929129f0259c63f63d7db20e2121dc2581deaa.zip |
Clean up some of the event loop code
Diffstat (limited to 'src/bun.js/bindings/headers-cpp.h')
-rw-r--r-- | src/bun.js/bindings/headers-cpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/headers-cpp.h b/src/bun.js/bindings/headers-cpp.h index 73446d12e..976d4e940 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1664343178 +//-- AUTOGENERATED FILE -- 1664421569 // clang-format off #pragma once |