Navigation Menu

Skip to content

Commit

Permalink
Fix typo: remove needless comma
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 29, 2015
1 parent 7afd94e commit 530c5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga-protocol/connection.js
Expand Up @@ -14,7 +14,7 @@ var Q = require('q');
var microtime = require('microtime');

var FluentReceiver = require('./receiver').FluentReceiver;
var ConsoleLogger = require('../console-logger').ConsoleLogger;,
var ConsoleLogger = require('../console-logger').ConsoleLogger;
var NodeRole = require('../node-role');

var DEFAULT_FLUENT_TAG =
Expand Down

0 comments on commit 530c5a6

Please sign in to comment.