mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
Sort imports in all files (#21119)
Co-authored-by: taylor.fish <contact@taylor.fish>
This commit is contained in:
@@ -19,7 +19,5 @@ pub fn write(data: []const u8) void {
|
||||
|
||||
const debug = bun.Output.scoped(.Postgres, false);
|
||||
|
||||
// @sortImports
|
||||
|
||||
const bun = @import("bun");
|
||||
const std = @import("std");
|
||||
|
||||
Reference in New Issue
Block a user