From 268e0b2ab755f6a04208fc183214b56ae64c15ac Mon Sep 17 00:00:00 2001
From: Vighnesh <vvijay@roblox.com>
Date: Fri, 11 Oct 2024 17:13:33 -0700
Subject: [PATCH] revert differ.h change

---
 Analysis/include/Luau/Differ.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Analysis/include/Luau/Differ.h b/Analysis/include/Luau/Differ.h
index 9347729a..d9b78939 100644
--- a/Analysis/include/Luau/Differ.h
+++ b/Analysis/include/Luau/Differ.h
@@ -158,8 +158,8 @@ struct DifferEnvironment
 {
     TypeId rootLeft;
     TypeId rootRight;
-    std::optional<std::string> externalSymbolLeft = std::nullopt;
-    std::optional<std::string> externalSymbolRight = std::nullopt;
+    std::optional<std::string> externalSymbolLeft;
+    std::optional<std::string> externalSymbolRight;
     DenseHashMap<TypeId, TypeId> genericMatchedPairs;
     DenseHashMap<TypePackId, TypePackId> genericTpMatchedPairs;