Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Fix indent of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynvs committed Sep 1, 2017
1 parent 7d8bad4 commit 9abf952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dep/base_importer.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (i *baseImporter) importPackages(packages []importedPackage, defaultConstra
// solve doesn't later change the revision to satisfy the constraint.
if !i.testConstraint(pc.Constraint, version) {
if i.verbose {
i.logger.Printf("Ignoring constraint %v for %v because it would invalidate the locked version %v.\n", pc.Constraint, pc.Ident, version)
i.logger.Printf(" Ignoring constraint %v for %v because it would invalidate the locked version %v.\n", pc.Constraint, pc.Ident, version)
}
pc.Constraint = gps.Any()
}
Expand Down

0 comments on commit 9abf952

Please sign in to comment.