Stripped whitespaces in node.d
This commit is contained in:
parent
cc627074b1
commit
cd7d60bb0e
|
@ -1427,8 +1427,8 @@ struct Node
|
||||||
* Returns: Constructed node.
|
* Returns: Constructed node.
|
||||||
*/
|
*/
|
||||||
static Node rawNode(Value value, const Mark startMark, const Tag tag,
|
static Node rawNode(Value value, const Mark startMark, const Tag tag,
|
||||||
in ScalarStyle scalarStyle,
|
const ScalarStyle scalarStyle,
|
||||||
in CollectionStyle collectionStyle) @safe
|
const CollectionStyle collectionStyle) @safe
|
||||||
{
|
{
|
||||||
Node node;
|
Node node;
|
||||||
node.value_ = value;
|
node.value_ = value;
|
||||||
|
|
Loading…
Reference in a new issue