Skip to content

Commit

Permalink
dsv-context (throw-row-length-error): Fix error formatting
Browse files Browse the repository at this point in the history
* modules/dsv/fsm/dsv-context.scm (throw-row-length-error): Fix error
  formatting.
  • Loading branch information
artyom-poptsov committed Nov 25, 2023
1 parent eee9d40 commit b69ee87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dsv/fsm/dsv-context.scm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
expected-row-length
row-length)
(error (format #f
"Inconsistent row length on line ~a: expected ~a, got ~a; "
"Inconsistent row length on line ~a: expected ~a, got ~a"
(context-row-number context)
expected-row-length
row-length)
Expand Down

0 comments on commit b69ee87

Please sign in to comment.