Skip to content

Commit 76d687e

Browse files
committed
refactor: simplify tuple declaration in ValidateCopyOperation call
1 parent e5d3cb9 commit 76d687e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SVNPathCopy.ShellExtension/SvnPathCopyContextMenu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ private void CopySvnPath(bool withRevision)
9797
var settings = _configService.GetSettings();
9898

9999
// Validate the operation
100-
(var isValid, var errorMessage) = svnService.ValidateCopyOperation(
100+
var (isValid, errorMessage) = svnService.ValidateCopyOperation(
101101
path,
102102
withRevision
103103
);

0 commit comments

Comments
 (0)