From f766d64e77654adca9d71a9878f6d5739b3954dd Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 26 May 2024 22:42:25 +0100 Subject: Formatting --- examples/sentences.fco | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/examples/sentences.fco b/examples/sentences.fco index ba1c10f..afb2d4f 100644 --- a/examples/sentences.fco +++ b/examples/sentences.fco @@ -24,9 +24,8 @@ end def main() map(display - classify( - list("Hi there, how are you today?" - "I'd like to present you the washing machine 9001." - "You have been nomiated to win one of these!" - "Just make sure you don't break it"))) + classify(list("Hi there, how are you today?" + "I'd like to present you the washing machine 9001." + "You have been nomiated to win one of these!" + "Just make sure you don't break it"))) end -- cgit v1.2.3