| author | |
| committer | |
| log | 4e1d0a59faea8ca9a9c28a876bc448f1d2f46a17 |
| tree | 015686491a0a5ec6021a567545a06eefcb12d215 |
| parent | 8fc52a94f46295ee821708c44a165803207e85a6 |
1 files changed, 1 insertions(+), 1 deletions(-)
std/fmt/index.zig+1-1| ... | ... | @@ -64,7 +64,7 @@ pub fn format(context: var, comptime Errors: type, output: fn(@typeOf(context), |
| 64 | 64 | }, |
| 65 | 65 | else => @compileError("Single '}' encountered in format string"), |
| 66 | 66 | }, |
| 67 | State.FormatString => switch(c) { | |
| 67 | State.FormatString => switch (c) { | |
| 68 | 68 | '}' => { |
| 69 | 69 | const s = start_index + 1; |
| 70 | 70 | try formatType(args[next_arg], fmt[s..i], context, Errors, output); |