Skip to content

Commit f0ea5e9

Browse files
sonjh1217yhkee0404
andauthored
var -> let
Co-authored-by: yhkee0404 <[email protected]>
1 parent da846a4 commit f0ea5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pacific-atlantic-water-flow/sonjh1217.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Solution {
2020
}
2121

2222
while head < queue.count {
23-
var (i, j) = queue[head]
23+
let (i, j) = queue[head]
2424
head += 1
2525

2626
for (di, dj) in directions {

0 commit comments

Comments
 (0)