mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
deno fmt
This commit is contained in:
@@ -197,7 +197,7 @@ const updateHeatmapPng = async () => {
|
||||
hourPixels[hour][0] + 1,
|
||||
dayPixels[day][1] - dayPixels[day][0] + 1,
|
||||
hourPixels[hour][1] - hourPixels[hour][0] + 1,
|
||||
Image.rgbToColor(255 * (1 - percent), 255 * percent, 0)
|
||||
Image.rgbToColor(255 * (1 - percent), 255 * percent, 0),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user