Skip to content

Commit

Permalink
Merge pull request #35 from Megasware128/patch-1
Browse files Browse the repository at this point in the history
Update predictor id
  • Loading branch information
AnderssonPeter authored Feb 26, 2022
2 parents 52e6a7e + 7180fe9 commit 4ac5d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerType/PowerTypePredictor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public sealed class PowerTypePredictor : ICommandPredictor, IDisposable

public Guid Id => Identifier;

internal static readonly Guid Identifier = new("599d1760-4ee1-4ed2-806e-f2a1b1a0ba4d");
internal static readonly Guid Identifier = new("2ceecb5e-697d-4d0f-a32f-261cd3635a9f");
private readonly ICurrentWorkingDirectoryProvider currentWorkingDirectoryProvider;

public string Name => "PowerType";
Expand Down

0 comments on commit 4ac5d88

Please sign in to comment.