Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sparing committed Jan 23, 2024
1 parent e9ed7a8 commit 63232f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ trait MosaicGeometry extends GeometryWriter with Serializable {

def boundary: MosaicGeometry

def buffer(distance: Double): MosaicGeometry
def buffer(distance: Double): MosaicGeometry

def buffer(distance: Double, bufferStyleParameters: String = ""): MosaicGeometry

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ abstract class MosaicGeometryJTS(geom: Geometry) extends MosaicGeometry {
override def buffer(distance: Double): MosaicGeometryJTS = {
buffer(distance, "")
}

override def buffer(distance: Double, bufferStyleParameters: String): MosaicGeometryJTS = {

val gBuf = new BufferOp(geom)
Expand Down

0 comments on commit 63232f0

Please sign in to comment.