Skip to content

Commit 3a824bc

Browse files
authored
Move file file
1 parent c84f605 commit 3a824bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Project/Src/TestCop.Plugin/QuickFixActions/MoveFileBulbItem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected override Action<ITextControl> ExecutePsiTransaction(ISolution solution
7474
return null;
7575
}
7676

77-
public override string Text => $"Move file file to : {this._highlight.ExpectedNameSpace}";
77+
public override string Text => $"Move file to : {this._highlight.ExpectedNameSpace}";
7878

7979
public IEnumerable<IntentionAction> CreateBulbItems()
8080
{
@@ -89,4 +89,4 @@ public bool IsAvailable(IUserDataHolder cache)
8989
return this._highlight.IsValid();
9090
}
9191
}
92-
}
92+
}

0 commit comments

Comments
 (0)