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; +