1
0
Fork 0

Format code.

This commit is contained in:
namedkitten 2020-07-18 14:24:02 +01:00
parent 7cf25f7d38
commit 77dbb75d9c
2 changed files with 4 additions and 5 deletions

View file

@ -94,7 +94,6 @@ pub const CPUWidget = struct {
// Work out CPU Percentage.
const percentage = ((total_difference - idle_difference) / total_difference) * 100;
var buffer: [256]u8 = undefined;
var fba = std.heap.FixedBufferAllocator.init(&buffer);
var allocator = &fba.allocator;