Skip to content

Commit

Permalink
style: Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Mar 11, 2023
1 parent 3d7edb6 commit a561ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkg/fibr/fibr.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func (a App) parseRequest(r *http.Request) (provider.Request, error) {
request.CanEdit = true
request.CanShare = true
request.CanWebhook = true

return request, nil
}

Expand All @@ -92,6 +93,7 @@ func (a App) parseRequest(r *http.Request) (provider.Request, error) {

func parsePreferences(r *http.Request) provider.Preferences {
var cookieValue string

if cookie, err := r.Cookie(provider.LayoutPathsCookieName); err == nil {
cookieValue = cookie.Value
}
Expand Down
1 change: 0 additions & 1 deletion pkg/geo/geo.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"fmt"
)

// Type is a type of GeoJSON Object.
type Type string

const (
Expand Down

0 comments on commit a561ac7

Please sign in to comment.