Makko, the people-oriented static site generator made for blogging.

Removed extra newlines!

+2 -2
+2 -2
src/Makko.zig
··· 80 80 81 81 if (!helper.exists(root_dir, "makko.json")) { 82 82 log.err( 83 - "Could not find 'makko.json' on '{s}'!\n", 83 + "Could not find 'makko.json' on '{s}'!", 84 84 .{path}, 85 85 ); 86 86 87 87 log.info( 88 - "I'm creating a file just now, be sure to tweak it as you like and then re-run the program.\n", 88 + "I'm creating a file just now, be sure to tweak it as you like and then re-run the program.", 89 89 .{}, 90 90 ); 91 91