format (remove empty lines)

This commit is contained in:
Qwerasd
2025-06-17 17:31:22 -06:00
parent ac2eef9aeb
commit 6dc5ae7a00
2 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ pub const Options = struct {
per_vertex,
per_instance,
};
};
program: gl.Program,

View File

@ -96,4 +96,3 @@ pub fn replaceRegion(
data.ptr,
);
}