JetBrains Rider
 
2021.3
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

Code Inspection: Empty statement is redundant

Last modified: 07 April 2022

JetBrains Rider detects empty statements ; that are used in a context where they are not necessary. An example of a redundant empty statement is an empty statement within a block. To improve code readability, JetBrains Rider suggests removing redundant empty statements.