Skip to content

Commit

Permalink
Fixing CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mdupras committed Sep 26, 2022
1 parent 34c46c5 commit 0823d89
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.
using System;

namespace SixLabors.ImageSharp.Web.Caching.AWS
{
Expand Down
2 changes: 2 additions & 0 deletions src/ImageSharp.Web.Providers.AWS/IAWSS3BucketClientOptions.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.

using System;

namespace SixLabors.ImageSharp.Web
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.

using System;
using System.Collections.Generic;

namespace SixLabors.ImageSharp.Web.Providers.AWS
Expand Down
2 changes: 2 additions & 0 deletions tests/ImageSharp.Web.Tests/TestUtilities/TestConstants.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.

using System;

namespace SixLabors.ImageSharp.Web.Tests.TestUtilities
{
public static class TestConstants
Expand Down

0 comments on commit 0823d89

Please sign in to comment.