shark/test_files/regular_if.nila in nilac-0.0.4.3.3 vs shark/test_files/regular_if.nila in nilac-0.0.4.3.4

- old
+ new

@@ -1,19 +1,19 @@ -if visitor_present? - -#This file is for demonstration purpose. It doesn't really achieve anything - - if active? or happy? - - puts "Hello Wonderful Visitor!" - - elsif idle? and not_engaged? - - puts "Hello Visitor! It is time to engage!" - - else - - puts "Hello user!" - - end - -end +if visitor_present? + +#This file is for demonstration purpose. It doesn't really achieve anything + + if active? or happy? + + puts "Hello Wonderful Visitor!" + + elsif idle? and not_engaged? + + puts "Hello Visitor! It is time to engage!" + + else + + puts "Hello user!" + + end + +end