Skip to content

Commit 4bef6f9

Browse files
committed
File preamble ordering
1 parent 0f062c5 commit 4bef6f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Serilog.Sinks.Async/Sinks/Async/IAsyncLogEventSinkMonitor.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
namespace Serilog.Sinks.Async;
2-
// Copyright © Serilog Contributors
1+
// Copyright © Serilog Contributors
32
//
43
// Licensed under the Apache License, Version 2.0 (the "License");
54
// you may not use this file except in compliance with the License.
@@ -13,6 +12,8 @@
1312
// See the License for the specific language governing permissions and
1413
// limitations under the License.
1514

15+
namespace Serilog.Sinks.Async;
16+
1617
/// <summary>
1718
/// Defines a mechanism for the Async Sink to afford Health Checks a buffer metadata inspection mechanism.
1819
/// </summary>

0 commit comments

Comments
 (0)