remove trailing whitespace

This commit is contained in:
Andreas Zweili 2017-09-02 16:38:16 +02:00
vecāks bec8fae9b2
revīzija f5bbdb796d
1 mainīti faili ar 4 papildinājumiem un 4 dzēšanām

Parādīt failu

@ -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