Skip to content

Commit

Permalink
Further style updates and command-line enforcement.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcfanning committed Jul 24, 2024
1 parent 4bf4949 commit 930d6e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/Sarif/Core/Notification.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

#if DEBUG
using System;
#endif

namespace Microsoft.CodeAnalysis.Sarif
{
Expand Down
4 changes: 3 additions & 1 deletion src/Test.FunctionalTests.Sarif/MultitoolCommandLineTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
using System.IO;

using FluentAssertions;
using FluentAssertions.Execution;

#if DEBUG
using FluentAssertions.Execution;
using Microsoft.CodeAnalysis.Sarif.Driver;
#endif

using Xunit;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System;
using System.Collections.Generic;
using System.Linq;

using Microsoft.CodeAnalysis.Sarif.Converters;
Expand Down

0 comments on commit 930d6e8

Please sign in to comment.