Skip to content

Commit 5957b33

Browse files
run linter (#28)
- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md). - ~[ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.~ --- --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d8be194 commit 5957b33

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
### v0.3.1 (2022-05-29)
3030
* Add `Bounds::MAX` to create a maximum -180..180, -90..90 value.
3131
* Add `Bounds::MAX_TILED` to create a maximum allowed for vector tiles per spec.
32-
* Implement `Add` and `AddAssign` on `Bounds`
32+
* Implement `Add` and `AddAssign` on `Bounds`
3333

3434
<a name="v0.3.0"></a>
3535
### v0.3.0 (2022-05-25)
@@ -58,7 +58,6 @@
5858
* use String instead of &'static str for `tilejson` field (#7) ([25b325c9](https://github.com/georust/tilejson/commit/25b325c9f0618f1cad16899385f87339ac366e20))
5959

6060

61-
6261
<a name="v0.2.3"></a>
6362
### v0.2.3 (2021-10-10)
6463

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn main() {
2828
// Parse JSON
2929
let mut tilejson: TileJSON = serde_json::from_str(&tilejson_str).unwrap();
3030
println!("{tilejson:?}");
31-
31+
3232
// Add missing default values per TileJSON specification
3333
tilejson.set_missing_defaults();
3434
println!("{tilejson:?}");

0 commit comments

Comments
 (0)