Skip to content

Commit 6c1dcf8

Browse files
committed
Fix indentation.
1 parent 4ff609b commit 6c1dcf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DOCUMENTATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ const std = @import("std");
2424
const Chameleon = @import("chameleon");
2525
2626
pub fn main() !void {
27-
var c = Chameleon.initRuntime(.{ .allocator = std.heap.your_allocator });
28-
defer c.deinit();
29-
try c.green().bold().printOut("Hello, world!", .{});
27+
var c = Chameleon.initRuntime(.{ .allocator = std.heap.your_allocator });
28+
defer c.deinit();
29+
try c.green().bold().printOut("Hello, world!", .{});
3030
}
3131
```
3232

0 commit comments

Comments
 (0)