remove trailing whitespace

This commit is contained in:
Andreas Zweili 2017-09-02 16:38:16 +02:00
rodzic bec8fae9b2
commit f5bbdb796d
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ go
dbo.rent_prices.rent_price,
dbo.rents.rent_date,
dbo.members.email_address
FROM dbo.members
INNER JOIN dbo.rents ON dbo.members.member_id = dbo.rents.member_id
INNER JOIN dbo.rent_prices ON dbo.rents.rent_price_id = dbo.rent_prices.rent_price_id
INNER JOIN dbo.locations ON dbo.rents.location_id = dbo.locations.location_id
FROM dbo.members
INNER JOIN dbo.rents ON dbo.members.member_id = dbo.rents.member_id
INNER JOIN dbo.rent_prices ON dbo.rents.rent_price_id = dbo.rent_prices.rent_price_id
INNER JOIN dbo.locations ON dbo.rents.location_id = dbo.locations.location_id