refactor(diff): changed the ordering of ActionType to accomedate the numbers that are saved in the object database

This commit is contained in:
lisk77 2025-09-09 23:50:31 +02:00
parent f27b523fbf
commit b28ff5f0e9

View file

@ -7,8 +7,8 @@
#include <stdlib.h>
typedef enum {
INSERT,
DELETE
DELETE,
INSERT
} ActionType;
// Represents a deletion or insertion into the files text