aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-06-16 16:38:10 -0700
committerColin Cross <ccross@android.com>2015-06-16 16:44:05 -0700
commit6a745c6ad0ff590e1175cd76b81ca3fef2ec0731 (patch)
treea41eaec68b911d005a55b171999ebec4eabc6152 /common
parent3828490eef079c1d51d9565799b8c8b68ce7899d (diff)
downloadbuild_soong-6a745c6ad0ff590e1175cd76b81ca3fef2ec0731.tar.gz
build_soong-6a745c6ad0ff590e1175cd76b81ca3fef2ec0731.tar.bz2
build_soong-6a745c6ad0ff590e1175cd76b81ca3fef2ec0731.zip
Fix gofmt
Change-Id: I031ecd7f28a0fb29d8c5d322e4910cc4947b2fb8
Diffstat (limited to 'common')
-rw-r--r--common/paths.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/paths.go b/common/paths.go
index 070662ad..c4bdfc72 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.