From 01f564979e188480f8485dbec823c25ce209686b Mon Sep 17 00:00:00 2001 From: Shiwei Zhang Date: Thu, 4 Jan 2024 23:36:21 +0800 Subject: [PATCH] chore: code clean up Signed-off-by: Shiwei Zhang --- src/OrasProject.Oras/Registry/Remote/Repository.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OrasProject.Oras/Registry/Remote/Repository.cs b/src/OrasProject.Oras/Registry/Remote/Repository.cs index a55fca6..cbff7ba 100644 --- a/src/OrasProject.Oras/Registry/Remote/Repository.cs +++ b/src/OrasProject.Oras/Registry/Remote/Repository.cs @@ -11,7 +11,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -using OrasProject.Oras.Content; using OrasProject.Oras.Exceptions; using OrasProject.Oras.Oci; using System; @@ -74,7 +73,8 @@ public Repository(string reference, HttpClient httpClient) : this(new Repository { Reference = Reference.Parse(reference), HttpClient = httpClient, - }) { } + }) + { } public Repository(RepositoryOptions options) {