From 5772a34c7228464bd7aabcf9209431757f5412b8 Mon Sep 17 00:00:00 2001 From: Momo the Monster <737888+momo-the-monster@users.noreply.github.com> Date: Thu, 20 Apr 2023 09:53:55 -0700 Subject: [PATCH] Removes garbage --- Packages/com.vrchat.core.bootstrap/Editor/Bootstrap.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/com.vrchat.core.bootstrap/Editor/Bootstrap.cs b/Packages/com.vrchat.core.bootstrap/Editor/Bootstrap.cs index b64a0e5..e1a0917 100644 --- a/Packages/com.vrchat.core.bootstrap/Editor/Bootstrap.cs +++ b/Packages/com.vrchat.core.bootstrap/Editor/Bootstrap.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Net; using System.Text.RegularExpressions;