From 1397e42474b2d6b5f73445b043d632600ea66950 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 12 Aug 2024 17:31:45 +0800 Subject: [PATCH] Update enums.proto --- format/enums.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/format/enums.proto b/format/enums.proto index 35ea9f087..6281ad5cb 100644 --- a/format/enums.proto +++ b/format/enums.proto @@ -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; };