Remove trailing whitespace

This commit is contained in:
Noam Preil 2020-05-17 05:17:39 -04:00 committed by Andrew Kelley
parent e2196a458f
commit 773281c1f4
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ pub const Register = enum(u8) {
pub fn id(self: @This()) u3 {
return @truncate(u3, @enumToInt(self));
}
};
// zig fmt: on

View File

@ -37,7 +37,6 @@ pub const Register = enum(u8) {
pub fn id(self: @This()) u4 {
return @truncate(u4, @enumToInt(self));
}
};
// zig fmt: on