Skip to content

Commit 576b52d

Browse files
committed
.
1 parent d8cdadc commit 576b52d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Verify.DocNet/GlobalUsings.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
global using Docnet.Core;
22
global using Docnet.Core.Converters;
3+
global using Docnet.Core.Models;
34
global using Docnet.Core.Readers;
45
global using SixLabors.ImageSharp;
56
global using SixLabors.ImageSharp.PixelFormats;

src/Verify.DocNet/VerifyDocNet.cs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Docnet.Core.Models;
2-
31
namespace VerifyTests;
42

53
public static partial class VerifyDocNet

0 commit comments

Comments
 (0)