From b28ff5f0e9ed893cbd3063b3fd58c4e2490f8a89 Mon Sep 17 00:00:00 2001 From: lisk77 Date: Tue, 9 Sep 2025 23:50:31 +0200 Subject: [PATCH] refactor(diff): changed the ordering of ActionType to accomedate the numbers that are saved in the object database --- include/action_list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/action_list.h b/include/action_list.h index 6bf48ae..95c96e7 100644 --- a/include/action_list.h +++ b/include/action_list.h @@ -7,8 +7,8 @@ #include typedef enum { - INSERT, - DELETE + DELETE, + INSERT } ActionType; // Represents a deletion or insertion into the files text