Skip to content

Commit d22cc41

Browse files
cataggarJamieMagee
authored andcommitted
undo Copilot namespace changes
1 parent 26bebdf commit d22cc41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.ComponentDetection.Detectors/swiftpm/Contracts/SwiftResolvedFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#nullable disable
2-
namespace Microsoft.ComponentDetection.Detectors.SwiftPM.Contracts;
2+
namespace Microsoft.ComponentDetection.Contracts.TypedComponent;
33

44
using System.Collections.Generic;
55
using Newtonsoft.Json;

src/Microsoft.ComponentDetection.Detectors/swiftpm/SwiftResolvedComponentDetector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Microsoft.ComponentDetection.Detectors.SwiftPM;
1+
namespace Microsoft.ComponentDetection.Detectors.Swift;
22

33
using System;
44
using System.Collections.Generic;

0 commit comments

Comments
 (0)