Commit b504c77d by Aaron Leung

Formatting tweak.

parent b270d8a8
......@@ -67,7 +67,7 @@ namespace Sass {
Document doc(ctx);
doc.path = path;
doc.line = 1;
doc.line = 1;
doc.root = ctx.new_Node(Node::root, path, 1, 0);
doc.lexed = Token::make();
doc.own_source = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment