diff options
author | 2021-12-29 02:49:25 -0800 | |
---|---|---|
committer | 2021-12-29 02:49:25 -0800 | |
commit | 8d031f13c0e04629d431176e211a31224b7618c0 (patch) | |
tree | 9c9547d7698b6c90414bb2f18b8c2fa210c5abf3 /src/watcher.zig | |
parent | 42a73f91fe101d7da57753d804c40ae95bc62467 (diff) | |
download | bun-8d031f13c0e04629d431176e211a31224b7618c0.tar.gz bun-8d031f13c0e04629d431176e211a31224b7618c0.tar.zst bun-8d031f13c0e04629d431176e211a31224b7618c0.zip |
zig fmt
Diffstat (limited to 'src/watcher.zig')
-rw-r--r-- | src/watcher.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/watcher.zig b/src/watcher.zig index 1622be25a..f8de190bd 100644 --- a/src/watcher.zig +++ b/src/watcher.zig @@ -736,5 +736,3 @@ pub fn NewWatcher(comptime ContextType: type) type { } }; } - - |