Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ishank011 committed Oct 7, 2021
1 parent e31546e commit 2362952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/app/registry/static/static_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

var (
ctx = context.Background()
ctx = context.Background()

microsoftProvider = &registrypb.ProviderInfo{
Address: "localhost:19000",
Expand Down Expand Up @@ -56,7 +56,7 @@ var (
MimeTypes: []string{"text/markdown", "application/compressed-markdown"},
}

mimeTypesForCreation = []string{"application/pdf", "application/vnd.oasis.opendocument.text", "application/vnd.oasis.opendocument.spreadsheet",
mimeTypesForCreation = []string{"application/pdf", "application/vnd.oasis.opendocument.text", "application/vnd.oasis.opendocument.spreadsheet",
"application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"}

testConfig = map[string]interface{}{
Expand Down

0 comments on commit 2362952

Please sign in to comment.