Skip to content

Commit

Permalink
chore: code clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Shiwei Zhang <[email protected]>
  • Loading branch information
shizhMSFT committed Jan 4, 2024
1 parent d2387be commit 01f5649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OrasProject.Oras/Registry/Remote/Repository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -74,7 +73,8 @@ public Repository(string reference, HttpClient httpClient) : this(new Repository
{
Reference = Reference.Parse(reference),
HttpClient = httpClient,
}) { }
})
{ }

public Repository(RepositoryOptions options)
{
Expand Down

0 comments on commit 01f5649

Please sign in to comment.