From 6479bf82282201a06b56b45799b527f5ccbfd274 Mon Sep 17 00:00:00 2001 From: Colin Mollenhour Date: Tue, 16 May 2017 22:00:07 -0400 Subject: [PATCH] Fix whitespace in composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cac866c..9223e13 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ "classmap": [ "Client.php", "Cluster.php", - "Sentinel.php", - "Module.php" + "Sentinel.php", + "Module.php" ] } }