mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-08 18:46:36 +00:00
chore: format everything
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
|
||||
BufferedImage::BufferedImage(int width, int height, int type) {
|
||||
data[0] = new int[width * height];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user