Skip to content

Commit

Permalink
bun run zig-format
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac authored and github-actions[bot] committed Jan 21, 2025
1 parent fe08386 commit 4096d34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bun.js/javascript.zig
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,9 @@ pub const SavedSourceMap = struct {

const mapping = parse.mapping orelse
SourceMap.Mapping.find(map.mappings, line, column) orelse {
map.deref();
return null;
};
map.deref();
return null;
};

return .{
.mapping = mapping,
Expand Down

0 comments on commit 4096d34

Please sign in to comment.