From a7b2718fb0ee7309fa73458b660112e046cf957e Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Wed, 4 Apr 2007 08:57:37 +0000 Subject: fix "warning: don't put space before argument parentheses" --- data/rbot/plugins/games/quiz.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/rbot') diff --git a/data/rbot/plugins/games/quiz.rb b/data/rbot/plugins/games/quiz.rb index 56b1bca6..d73de90e 100644 --- a/data/rbot/plugins/games/quiz.rb +++ b/data/rbot/plugins/games/quiz.rb @@ -651,9 +651,9 @@ class QuizPlugin < Plugin def cmd_refresh( m, params ) - q = create_quiz ( m.channel ) + q = create_quiz(m.channel) q.questions.clear - fetch_data ( m ) + fetch_data(m) cmd_quiz( m, params ) end -- cgit v1.2.3