Skip to content

Commit

Permalink
chore: update owners (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored May 25, 2022
1 parent 4e9551a commit 6a826c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

.github/ @jpoehnelt
.github/ @googlemaps/admin
18 changes: 0 additions & 18 deletions .github/blunderbuss.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/markermanager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ class MarkerManager {
y: number,
z: number
): google.maps.Marker[] {
// TODO(jpoehnelt) document this
// TODO document this
if (x < 0) {
x += this._gridWidth[z];
}
Expand Down

0 comments on commit 6a826c9

Please sign in to comment.