mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-17 14:57:03 +00:00
Fix indentation error.
Estimated hours taken: 0.1 Branches: main samples/eliza.m: Fix indentation error.
This commit is contained in:
@@ -48,7 +48,7 @@ eliza__main_loop(Prev, StateIn) -->
|
||||
;
|
||||
eliza__generate_response(Line1, StateIn, StateOut)
|
||||
),
|
||||
eliza__main_loop(Line1, StateOut)
|
||||
eliza__main_loop(Line1, StateOut)
|
||||
)
|
||||
;
|
||||
{ true }
|
||||
|
||||
Reference in New Issue
Block a user