Skip to content

Commit d6a3a89

Browse files
authored
hash (#256)
1 parent ae90a99 commit d6a3a89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

meta/src/meta/grammar.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ csv_locator_paths
11171117
: "(" "paths" STRING* ")"
11181118

11191119
csv_locator_inline_data
1120-
: "(" "inline_data" STRING ")"
1120+
: "(" "inline_data" FORMATTED_STRING ")"
11211121

11221122
csvlocator
11231123
: "(" "csv_locator" csv_locator_paths? csv_locator_inline_data? ")"

sdks/julia/LogicalQueryProtocol.jl/src/pretty.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3949,7 +3949,7 @@ function pretty_csv_locator_inline_data(pp::PrettyPrinter, msg::String)
39493949
write(pp, "(inline_data")
39503950
indent_sexp!(pp)
39513951
newline(pp)
3952-
write(pp, format_string(DEFAULT_CONSTANT_FORMATTER, pp, fields1399))
3952+
write(pp, format_string(pp, fields1399))
39533953
dedent!(pp)
39543954
write(pp, ")")
39553955
end

0 commit comments

Comments
 (0)