refactor(diff): changed the ordering of ActionType to accomedate the numbers that are saved in the object database
This commit is contained in:
parent
f27b523fbf
commit
b28ff5f0e9
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
INSERT,
|
DELETE,
|
||||||
DELETE
|
INSERT
|
||||||
} ActionType;
|
} ActionType;
|
||||||
|
|
||||||
// Represents a deletion or insertion into the files text
|
// Represents a deletion or insertion into the files text
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue