Skip to content

Commit b7fd84d

Browse files
authored
Merge branch 'main' into develop-1.1.1
2 parents e747deb + 48cc5c2 commit b7fd84d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Assets/BidMachine/Editor/RemoveHelper.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#pragma warning disable 0649
1+
#pragma warning disable 0649
22
using System.IO;
33
using UnityEditor;
44
using System.Text.RegularExpressions;
@@ -53,5 +53,4 @@ public static void RemovePlugin(bool isCleanBeforeUpdate = false)
5353
}
5454

5555
}
56-
57-
}
56+
}

0 commit comments

Comments
 (0)