Skip to content

Commit dc7df49

Browse files
added empty line at end of file
1 parent 646e7c7 commit dc7df49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/features/machine-learning-services/python/getting-started/customer-clustering/customer_clustering.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,5 @@ SELECT customer.[c_email_address], customer.c_customer_sk
101101
JOIN
102102
[dbo].[py_customer_clusters] as c
103103
ON c.Customer = customer.c_customer_sk
104-
WHERE c.cluster = 0;
104+
WHERE c.cluster = 0;
105+

0 commit comments

Comments
 (0)