Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 9, 2025
1 parent da15a2e commit ca81f92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platform/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ mod ffi {
TileBorders = 0b0000_0010, // 1 << 1
ParseStatus = 0b0000_0100, // 1 << 2
Timestamps = 0b0000_1000, // 1 << 3
Collision = 0b0001_0000, // 1 << 4
Overdraw = 0b0010_0000, // 1 << 5
StencilClip = 0b0100_0000, // 1 << 6
DepthBuffer = 0b1000_0000, // 1 << 7
Collision = 0b0001_0000, // 1 << 4
Overdraw = 0b0010_0000, // 1 << 5
StencilClip = 0b0100_0000, // 1 << 6
DepthBuffer = 0b1000_0000, // 1 << 7
}

#[namespace = "mbgl"]
Expand Down

0 comments on commit ca81f92

Please sign in to comment.