Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kendall authored and John Kendall committed Feb 13, 2020
1 parent 08feb94 commit da67182
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ func flattenDirectlineSites(input []botservice.DirectLineSite) []interface{} {
// When creating a new directline channel, a Default Site is created
// There is a race condition where this site is not removed before the create request is completed
func filterSites(sites *[]botservice.DirectLineSite) []botservice.DirectLineSite {

filtered := make([]botservice.DirectLineSite, 0)
for _, site := range *sites {
if *site.SiteName == "Default Site" {
Expand Down

0 comments on commit da67182

Please sign in to comment.