Missing type

This commit is contained in:
Lyssieth 2024-12-02 04:34:33 +02:00
parent 4fdacb0bec
commit 4ee3351dba
Signed by untrusted user who does not match committer: lyssieth
GPG key ID: 200268854934CFAB

View file

@ -149,7 +149,7 @@ fn logFnImpl(comptime level: Level, comptime scope: Scope, comptime format: []co
arena.deinit(); arena.deinit();
} }
var scopeLen = 4; var scopeLen: usize = 4;
const scopeText = switch (scope) { const scopeText = switch (scope) {
.default => "main", .default => "main",
.gpa => gpaBlock: { .gpa => gpaBlock: {