We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d3cb9 commit 76d687eCopy full SHA for 76d687e
1 file changed
src/SVNPathCopy.ShellExtension/SvnPathCopyContextMenu.cs
@@ -97,7 +97,7 @@ private void CopySvnPath(bool withRevision)
97
var settings = _configService.GetSettings();
98
99
// Validate the operation
100
- (var isValid, var errorMessage) = svnService.ValidateCopyOperation(
+ var (isValid, errorMessage) = svnService.ValidateCopyOperation(
101
path,
102
withRevision
103
);
0 commit comments