Navigation Menu

Skip to content

Commit

Permalink
Fix syntax error: remove too much ","
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 15, 2015
1 parent 3e07e74 commit 06f9389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/data_absorber_client.rb
Expand Up @@ -41,7 +41,7 @@ def initialize(params)
attr_reader :params
attr_reader :host, :port, :tag, :dataset
attr_reader :messages_per_second, :progress_interval_seconds
attr_reader :source_host, :source_port, :source_tag, :source_dataset,
attr_reader :source_host, :source_port, :source_tag, :source_dataset
attr_reader :error_message

def initialize(params)
Expand Down

0 comments on commit 06f9389

Please sign in to comment.