summaryrefslogtreecommitdiff
path: root/build/instructions.go
diff options
context:
space:
mode:
Diffstat (limited to 'build/instructions.go')
-rw-r--r--build/instructions.go2
1 files changed, 1 insertions, 1 deletions
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
}