We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84f605 commit 3a824bcCopy full SHA for 3a824bc
1 file changed
Project/Src/TestCop.Plugin/QuickFixActions/MoveFileBulbItem.cs
@@ -74,7 +74,7 @@ protected override Action<ITextControl> ExecutePsiTransaction(ISolution solution
74
return null;
75
}
76
77
- public override string Text => $"Move file file to : {this._highlight.ExpectedNameSpace}";
+ public override string Text => $"Move file to : {this._highlight.ExpectedNameSpace}";
78
79
public IEnumerable<IntentionAction> CreateBulbItems()
80
{
@@ -89,4 +89,4 @@ public bool IsAvailable(IUserDataHolder cache)
89
return this._highlight.IsValid();
90
91
92
-}
+}
0 commit comments