Skip to content

Commit 7bb70b8

Browse files
committed
fix lint errors
1 parent 74fd54a commit 7bb70b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

house-robber/tedkimdev.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ func Max(a, b int) int {
3030
return a
3131
}
3232
return b
33-
}
33+
}

longest-consecutive-sequence/tedkimdev.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ func Max(a, b int) int {
3333
return a
3434
}
3535
return b
36-
}
36+
}

0 commit comments

Comments
 (0)