Skip to content

Commit c40fbb4

Browse files
committed
fix: lint
1 parent 44b20b2 commit c40fbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode/medium/1393. Capital Gain&Loss.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ SELECT DISTINCT
3939
FROM Stocks AS s2
4040
WHERE s2.stock_name = s.stock_name AND s2.operation = 'Buy'
4141
)
42-
AS capital_gain_loss
42+
AS capital_gain_loss --noqa: LT02
4343
FROM Stocks AS s

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy