Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Eugene R. <[email protected]>
  • Loading branch information
jdogmcsteezy and reugn authored Sep 6, 2023
1 parent c734749 commit f4e6882
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ build:
run:
./gradlew bootRun



.PHONY: clean
clean:
echo $(VERSION)
Expand Down
2 changes: 1 addition & 1 deletion docs/data-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To write the GeoJSON object use
{
"type": "GEO_JSON",
"value": "eyJ0eXBlIjogIlBvaW50IiwgImNvb3JkaW5hdGVzIjogWzEuMTIzLCA0LjE1Nl19Cg=="
}
}
```

Similarly, starting in 1.0.0 a ByteArray can be provided using a map with
Expand Down

0 comments on commit f4e6882

Please sign in to comment.