Skip to content

Commit

Permalink
zls wouldn't tell that there's something missing
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrogenez committed Sep 3, 2023
1 parent a1a08e4 commit 50975a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colorspaces/rgb.zig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub const RGB = struct {
}

pub fn monochrome(self: *const RGB) f32 {
const xyz: XYZ = XYZ.fromRGB(self)
const xyz: XYZ = XYZ.fromRGB(self);
return xyz.y;
}

Expand Down

0 comments on commit 50975a2

Please sign in to comment.