Skip to content

Commit

Permalink
Update enums.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Thespica authored Aug 12, 2024
1 parent b8f122f commit 1397e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions format/enums.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ enum FileType {

enum AdjListType {
UNORDERED_BY_SOURCE = 0;
UNORDERED_BY_TARGET = 1;
UNORDERED_BY_DESTINATION = 1;
ORDERED_BY_SOURCE = 2;
ORDERED_BY_TARGET = 3;
ORDERED_BY_DESTINATION = 3;
};

0 comments on commit 1397e42

Please sign in to comment.