Missing type
This commit is contained in:
parent
4fdacb0bec
commit
4ee3351dba
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue