Skip to content

Commit 314d43b

Browse files
committed
chore: reordering usings
1 parent ac4c73c commit 314d43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LEGO.AsyncAPI/Models/AsyncApiDocument.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ namespace LEGO.AsyncAPI.Models
66
using System.Collections.Generic;
77
using LEGO.AsyncAPI.Exceptions;
88
using LEGO.AsyncAPI.Models.Interfaces;
9-
using LEGO.AsyncAPI.Writers;
109
using LEGO.AsyncAPI.Services;
10+
using LEGO.AsyncAPI.Writers;
1111

1212
/// <summary>
1313
/// This is the root document object for the API specification. It combines resource listing and API declaration together into one document.

0 commit comments

Comments
 (0)