Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 7, 2022
1 parent be25ddd commit e1cefec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -9,4 +9,4 @@
description: Test Project 2
entry: proj2
language: dotnet
stages: [commit]
stages: [commit]
Expand Up @@ -6,7 +6,7 @@

<PackAsTool>true</PackAsTool>
<ToolCommandName>proj1</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<PackageOutputPath>./nupkg</PackageOutputPath>
</PropertyGroup>

</Project>
Expand Up @@ -6,7 +6,7 @@

<PackAsTool>true</PackAsTool>
<ToolCommandName>proj2</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<PackageOutputPath>./nupkg</PackageOutputPath>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion tests/repository_test.py
Expand Up @@ -1042,7 +1042,7 @@ def test_local_perl_additional_dependencies(store):
(
'dotnet_hooks_csproj_repo',
'dotnet_hooks_sln_repo',
'dotnet_hooks_combo_repo'
'dotnet_hooks_combo_repo',
),
)
def test_dotnet_hook(tempdir_factory, store, repo):
Expand Down

0 comments on commit e1cefec

Please sign in to comment.