Skip to content

Commit b0abfc5

Browse files
committed
remove trailing and leading quotas
1 parent 62f73c6 commit b0abfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/archive/archive_node_tests/archive_node_tests.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ let extract_perf_metrics log_file =
7777
|> Option.value_exn
7878
~message:
7979
("Missing label in log entry in log line: " ^ line)
80-
|> Yojson.Safe.to_string
80+
|> Yojson.Safe.Util.to_string
8181
in
8282
Some (label, time_in_ms)
8383
else None

0 commit comments

Comments
 (0)