Skip to content

Commit

Permalink
Fix format warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Nov 25, 2024
1 parent 5ffa112 commit bf140f2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) Microsoft. All rights reserved.

#pragma warning disable IDE0005 // Using directive is unnecessary.
using System;
#pragma warning restore IDE0005 // Using directive is unnecessary.
using System.Diagnostics.CodeAnalysis;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down

0 comments on commit bf140f2

Please sign in to comment.