commit | 6a745c6ad0ff590e1175cd76b81ca3fef2ec0731 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jun 16 16:38:10 2015 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Jun 16 16:44:05 2015 -0700 |
tree | a41eaec68b911d005a55b171999ebec4eabc6152 | |
parent | 3828490eef079c1d51d9565799b8c8b68ce7899d [diff] [blame] |
Fix gofmt Change-Id: I031ecd7f28a0fb29d8c5d322e4910cc4947b2fb8
diff --git a/common/paths.go b/common/paths.go index 070662a..c4bdfc7 100644 --- a/common/paths.go +++ b/common/paths.go
@@ -15,8 +15,8 @@ package common import ( - "path/filepath" "os" + "path/filepath" ) // ModuleOutDir returns the path to the module-specific output directory.