Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e77dc966 authored by Usta Shrestha's avatar Usta Shrestha Committed by Gerrit Code Review
Browse files

Merge "cosmetic: unnecessary method indirection"

parents 136c0d11 59417a19
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -66,9 +66,7 @@ var commands = []command{
	{
		flag:        "--make-mode",
		description: "build the modules by the target name (i.e. soong_docs)",
		config: func(ctx build.Context, args ...string) build.Config {
			return build.NewConfig(ctx, args...)
		},
		config:      build.NewConfig,
		stdio:       stdio,
		run:         runMake,
	}, {