Skip to content
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.

Commit

Permalink
format code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilde committed Oct 16, 2017
1 parent 9fbf33d commit 3ea90cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
26 changes: 0 additions & 26 deletions Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions runscope/resource_runscope_environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func resourceRunscopeEnvironment() *schema.Resource {
Elem: &schema.Schema{Type: schema.TypeString},
},
"remote_agents": &schema.Schema{
Type: schema.TypeList,
Type: schema.TypeList,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"name": &schema.Schema{
Expand Down Expand Up @@ -285,7 +285,7 @@ func createEnvironmentFromResourceData(d *schema.ResourceData) (*runscope.Enviro

remote_agents = append(remote_agents, &remote_agent)
}

environment.RemoteAgents = remote_agents
}

Expand Down

0 comments on commit 3ea90cc

Please sign in to comment.