Skip to content

Commit cfb3edb

Browse files
authored
Fix syntax error
1 parent 1ae4044 commit cfb3edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cli/dotnet/commands/RestoringCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ private static bool HasArgumentToExcludeFromRestore(IEnumerable<string> argument
9090
[
9191
"getProperty",
9292
"getItem",
93-
"getTargetResult"
93+
"getTargetResult",
9494
"t",
9595
"target",
9696
"consoleloggerparameters",

0 commit comments

Comments
 (0)