Skip to content

Commit 1693bbd

Browse files
committed
remove extraneous edits
1 parent 06454c3 commit 1693bbd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

internal/command/get.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ func (c *GetCommand) Run(args []string) int {
4242
}
4343

4444
path = c.normalizePath(path)
45+
4546
abort, diags := getModules(ctx, &c.Meta, path, testsDirectory, update)
4647
c.showDiagnostics(diags)
4748
if abort || diags.HasErrors() {

internal/configs/config_build.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,6 @@ func rebaseChildModule(cfg *Config, root *Config) {
263263
cfg.Root = root
264264
}
265265

266-
// refactor this into it's own file, doesn't make sense to place this here
267-
268266
// A ModuleWalker knows how to find and load a child module given details about
269267
// the module to be loaded and a reference to its partially-loaded parent
270268
// Config.

0 commit comments

Comments
 (0)