Skip to content

Commit cc7ebaf

Browse files
committed
fix
1 parent 82cbd74 commit cc7ebaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components_utils/table_format.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ module TableFormat
312312
)
313313
return JSON3.write(
314314
(
315-
locale = deepcopy(f.locale),
315+
locale = f.locale,
316316
nully = f.nully,
317317
prefix = f.prefix,
318318
specifier = String(take!(spec_io))

0 commit comments

Comments
 (0)