Skip to content

Commit

Permalink
Remove default value of commentPrefix dialect.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Feb 10, 2016
1 parent c18d15c commit 604b78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdf/tabular/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ def type; :Template; end
class Dialect < Metadata
# Defaults for dialects
DEFAULTS = {
commentPrefix: "#".freeze,
commentPrefix: false,
delimiter: ",".freeze,
doubleQuote: true,
encoding: "utf-8".freeze,
Expand Down

0 comments on commit 604b78d

Please sign in to comment.