mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
Sort imports in all files (#21119)
Co-authored-by: taylor.fish <contact@taylor.fish>
This commit is contained in:
@@ -81,8 +81,6 @@ pub fn postgresErrorToJS(globalObject: *JSC.JSGlobalObject, message: ?[]const u8
|
||||
return error_code.fmt(globalObject, "Failed to bind query: {s}", .{@errorName(err)});
|
||||
}
|
||||
|
||||
// @sortImports
|
||||
|
||||
const bun = @import("bun");
|
||||
|
||||
const JSC = bun.JSC;
|
||||
|
||||
Reference in New Issue
Block a user