Skip to content

Commit

Permalink
Minor refactor src/Framework/Traits.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Ladi Prosek <ladi.prosek@gmail.com>
  • Loading branch information
rokonec and ladipro committed Nov 20, 2023
1 parent 303460f commit 897da3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Framework/Traits.cs
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,7 @@ public bool EnableWarningOnCustomBuildEvent
#if RUNTIME_TYPE_NETCORE
return true;
#else
return ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave17_10) ?
true :
false;
return ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave17_10);
#endif
}

Expand Down

0 comments on commit 897da3f

Please sign in to comment.