Browse Source

Conflict watcher updated

Syed zainul abedin 1 month ago
parent
commit
a168c6dc96
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Assets/GitMerge/Editor/ConflictWatcher.cs

+ 2 - 0
Assets/GitMerge/Editor/ConflictWatcher.cs

@@ -4,6 +4,8 @@ using System.IO;
 using UnityEditor;
 using UnityEngine;
 
+
+
 namespace GitMerge
 {
     [InitializeOnLoad]