From dc7df49a29a89c0acc18e4ef2b5cd004b3f93e58 Mon Sep 17 00:00:00 2001 From: NelGson Date: Thu, 17 Aug 2017 21:10:10 -0700 Subject: [PATCH] added empty line at end of file --- .../customer-clustering/customer_clustering.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/features/machine-learning-services/python/getting-started/customer-clustering/customer_clustering.sql b/samples/features/machine-learning-services/python/getting-started/customer-clustering/customer_clustering.sql index f0ed9c3d..205b51f7 100644 --- a/samples/features/machine-learning-services/python/getting-started/customer-clustering/customer_clustering.sql +++ b/samples/features/machine-learning-services/python/getting-started/customer-clustering/customer_clustering.sql @@ -101,4 +101,5 @@ SELECT customer.[c_email_address], customer.c_customer_sk JOIN [dbo].[py_customer_clusters] as c ON c.Customer = customer.c_customer_sk - WHERE c.cluster = 0; \ No newline at end of file + WHERE c.cluster = 0; +