From 08bc32392d4acbd2576660e34d507d995d53bca6 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Thu, 27 Sep 2007 21:40:26 +0200 Subject: more cleanup darcs-hash:20070927194026-d6583-21864b1e70ddf83144b7fdac9591d8eca2772025.gz --- Plugins/HelloWorld.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Plugins') diff --git a/Plugins/HelloWorld.hs b/Plugins/HelloWorld.hs index 5c0a0b7..2bde4c4 100644 --- a/Plugins/HelloWorld.hs +++ b/Plugins/HelloWorld.hs @@ -20,6 +20,6 @@ data HelloWorld = HelloWorld deriving (Read, Show) instance Exec HelloWorld where - rate HelloWorld = 0 - alias HelloWorld = "helloWorld" + rate HelloWorld = 0 + alias HelloWorld = "helloWorld" start HelloWorld cb = cb "Hello World!!" -- cgit v1.2.3