Skip to content

Commit

Permalink
Try fixing format error
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 17, 2024
1 parent 7b064bc commit 54e9a52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chaos/tram/tram.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,7 @@
(update-lowest-parse res)
res)))))
(t (with-output-panic-message ()
(format t "Unkonwn TRAM term ~s is returned.~
~% This can happen if signature is not regular..."
(format t "Unknown TRAM term ~s is returned. This can happen if signature is not regular..."
tram-term)
(when (get-context-module)
(context-pop-and-recover))
Expand Down

0 comments on commit 54e9a52

Please sign in to comment.