Skip to content

Commit 15554c9

Browse files
committed
[r] expression-body method
1 parent cd0687c commit 15554c9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/Simplify.Web/Controllers/V1/Metadata/Controller1Metadata.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ namespace Simplify.Web.Controllers.V1.Metadata;
77

88
public class Controller1Metadata : ControllerMetadata, IController1Metadata
99
{
10-
public Controller1Metadata(Type controllerType) : base(controllerType)
11-
{
10+
public Controller1Metadata(Type controllerType) : base(controllerType) =>
1211
ExecParameters = BuildControllerExecParameters(controllerType);
13-
}
1412

1513
protected override IControllerRoute BuildControllerRoute(string path) => new Controller1Route(path);
1614
}

0 commit comments

Comments
 (0)