Skip to content

Commit

Permalink
adjust namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe committed Oct 4, 2023
1 parent 9587d25 commit ee2d8eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/FSharp.Analyzers/PartialAppAnalyzer.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace ``G-Research``.FSharp.Analyzers
namespace GR.FSharp.Analyzers

open FSharp.Analyzers.SDK
open FSharp.Compiler.CodeAnalysis
Expand Down
6 changes: 3 additions & 3 deletions tests/FSharp.Analyzers.Tests/PartialAppAnalyzerTests.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace ``G-Research``.FSharp.Analyzers.Tests
namespace GR.FSharp.Analyzers.Tests

module PartialAppAnalyzerTests =

Expand All @@ -7,8 +7,8 @@ module PartialAppAnalyzerTests =
open NUnit.Framework
open FSharp.Compiler.CodeAnalysis
open FSharp.Analyzers.SDK.Testing
open ``G-Research``.FSharp.Analyzers
open Testing
open GR.FSharp.Analyzers
open GR.FSharp.Analyzers.Tests.Common

let mutable projectOptions : FSharpProjectOptions = FSharpProjectOptions.zero

Expand Down

0 comments on commit ee2d8eb

Please sign in to comment.