Remove trailing whitespace
This commit is contained in:
parent
e2196a458f
commit
773281c1f4
@ -21,7 +21,6 @@ pub const Register = enum(u8) {
|
||||
pub fn id(self: @This()) u3 {
|
||||
return @truncate(u3, @enumToInt(self));
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
// zig fmt: on
|
||||
|
@ -37,7 +37,6 @@ pub const Register = enum(u8) {
|
||||
pub fn id(self: @This()) u4 {
|
||||
return @truncate(u4, @enumToInt(self));
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
// zig fmt: on
|
||||
|
Loading…
x
Reference in New Issue
Block a user