From 8f67faf2d0a280a203b0cde7aa1a33409b027c6d Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sun, 20 Aug 2017 16:37:52 -0300 Subject: [PATCH] fmt --- pipeline/pipe.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pipeline/pipe.go b/pipeline/pipe.go index b6848e296..48da97c5c 100644 --- a/pipeline/pipe.go +++ b/pipeline/pipe.go @@ -1,9 +1,7 @@ // Package pipeline provides a generic pipe interface. package pipeline -import ( - "github.com/goreleaser/goreleaser/context" -) +import "github.com/goreleaser/goreleaser/context" // Pipe interface type Pipe interface {