mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
removed whitespace
This commit is contained in:
parent
5a3abe6f90
commit
d9369ed06e
1 changed files with 0 additions and 3 deletions
|
|
@ -259,7 +259,6 @@ func (h *Handler) handleHome(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
|
||||
func checkHeaderAcceptJSON(header http.Header) bool {
|
||||
|
||||
v, found := header["Accept"]
|
||||
sendError := false
|
||||
if found {
|
||||
|
|
@ -270,10 +269,8 @@ func checkHeaderAcceptJSON(header http.Header) bool {
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
return sendError
|
||||
|
||||
}
|
||||
|
||||
// handleGetSchema handles GET /schema requests.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue