Skip to content

Commit

Permalink
ACVI code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightczx committed Sep 25, 2024
1 parent c724f13 commit fc26868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" Version="3.3.4" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand All @@ -32,7 +32,7 @@

<PropertyGroup>
<PackageId>Snap.Hutao.SourceGeneration</PackageId>
<Version>1.1.18</Version>
<Version>1.1.19</Version>
<Authors>DGP Studio</Authors>
<IncludeBuildOutput>false</IncludeBuildOutput>
<DevelopmentDependency>true</DevelopmentDependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ partial class {{context3.Symbol.ToDisplayString(SymbolDisplayFormats.QualifiedNo
{
return propertyName switch
{
{{FillProperties(context3.Symbol)}} _ => default,
{{FillProperties(context3.Symbol)}} _ => default,
};
}
}
Expand Down

0 comments on commit fc26868

Please sign in to comment.