Skip to content

Commit

Permalink
Comment printing of pattern group name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesalvo committed Apr 5, 2019
1 parent 67fe8b2 commit 31c4ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RDFSharp/Query/RDFQueryPrinter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ internal static String PrintPatternGroup(RDFPatternGroup patternGroup, Int32 spa
result.Append(" " + spaces + "OPTIONAL {\n");
spaces = spaces + " ";
}
result.Append(" " + spaces + "#" + patternGroup.PatternGroupName + "\n");
//result.Append(" " + spaces + "#" + patternGroup.PatternGroupName + "\n");
result.Append(spaces + " {\n");
#endregion

Expand Down

0 comments on commit 31c4ea1

Please sign in to comment.