Skip to content

Commit

Permalink
add whitespace to avoid bug: golang/go#58370
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Agbay authored and Daniel Agbay committed Jan 17, 2024
1 parent e3740cc commit 1fcd5b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ams/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,4 @@ func isSearchStrValid(val *string) bool {

func validateOrgIdPattern(orgId string) (match bool, err error) {
return regexp.MatchString("^[a-zA-Z0-9]+$", orgId)
}
}
2 changes: 1 addition & 1 deletion ams/query_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ func (builder *QueryBuilder) And() *QueryBuilder {
func (builder *QueryBuilder) Build() string {
logger.Log.WithFields(logrus.Fields{"ams_search_query":builder.query}).Debug("built ams search query")
return builder.query
}
}

0 comments on commit 1fcd5b6

Please sign in to comment.