Skip to content

Commit

Permalink
fix(.editorconfig): IDE0046 as suggestion
Browse files Browse the repository at this point in the history
This broke CI build on Linux runner...
  • Loading branch information
densogiaichned committed Sep 15, 2024
1 parent 1e73252 commit 1cb1705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dotnet_style_prefer_inferred_tuple_names = true:suggestion
dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion
dotnet_style_prefer_auto_properties = true:silent
dotnet_style_prefer_conditional_expression_over_assignment = true:silent
dotnet_style_prefer_conditional_expression_over_return = true:silent
dotnet_style_prefer_conditional_expression_over_return = true:suggestion
###############################
# Naming Conventions #
###############################
Expand Down

0 comments on commit 1cb1705

Please sign in to comment.