Improved code style
This commit is contained in:
parent
162824ec1c
commit
313302b9c8
12 changed files with 17 additions and 22 deletions
|
@ -6,8 +6,8 @@ import (
|
|||
|
||||
// MemoryLabel operates with a memory address and a number.
|
||||
type MemoryLabel struct {
|
||||
Address Memory
|
||||
Label string
|
||||
Address Memory
|
||||
}
|
||||
|
||||
// String returns a human readable version.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue