Improved code style

This commit is contained in:
Eduard Urbach 2025-01-30 22:23:38 +01:00
parent 860795c1ec
commit 977028f8ab
Signed by: eduard
GPG key ID: 49226B848C78F6C8
12 changed files with 17 additions and 22 deletions

View file

@ -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.