style: normalize struct field alignment
Run gofmt/goimports to fix whitespace alignment in struct literals, field declarations, and import ordering.
This commit is contained in:
@@ -316,7 +316,7 @@ type Marker struct {
|
||||
type Popup struct {
|
||||
Content string // HTML content
|
||||
LngLat LngLat
|
||||
HideCloseButton bool // true removes the close button (MapLibre shows it by default)
|
||||
HideCloseButton bool // true removes the close button (MapLibre shows it by default)
|
||||
MaxWidth string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user