added empty line at end of file

This commit is contained in:
NelGson
2017-08-17 21:10:10 -07:00
committed by GitHub
parent 646e7c7178
commit dc7df49a29
@@ -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;
WHERE c.cluster = 0;