Add curly braces around the nested statement(s) in this 'if' block.
KamRon-67 opened this issue · 0 comments
KamRon-67 commented
Codacy detected an issue:
Message: Add curly braces around the nested statement(s) in this 'if' block.
Occurred on:
- Commit: 326203e
- File: MoqHttp/Models/RouteTableItem.cs
- LineNum: 28
- Code:
if (!Request.Headers.HasAny()) return true;
Currently on:
- Commit: 640f7e8
- File: MoqHttp/Models/RouteTableItem.cs
- LineNum: 28