From 56e09bc388d5ae1791045aabdb3a0eabd497d169 Mon Sep 17 00:00:00 2001 From: Tyler Cipriani Date: Thu, 29 Jun 2017 14:42:32 -0600 Subject: Run go fmt Summary: One of Golang's "advantages" is not quibbling over style. To this end the `go fmt` command exists. This is the result of me running: find . -name '*.go' -exec go fmt {} \; Test Plan: built package, ran tests Reviewers: dduvall, mmodell, #release-engineering-team Reviewed By: dduvall, mmodell, #release-engineering-team Subscribers: hashar Tags: #release-engineering-team Differential Revision: https://phabricator.wikimedia.org/D694 --- build/instructions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/instructions.go b/build/instructions.go index eda651c..e807b5b 100644 --- a/build/instructions.go +++ b/build/instructions.go @@ -9,6 +9,6 @@ const ( ) type Instruction struct { - Type InstructionType + Type InstructionType Arguments []string } -- cgit v1.2.1