Skip to content

Commit

Permalink
moved callouts, formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed May 9, 2019
1 parent fa403c5 commit b2d0cfa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/devguide/metricset-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ func getConfig() map[string]interface{} {
return map[string]interface{}{
"module": "{module}",
"metricsets": []string{"{metricset}"},
"hosts": []string{GetEnvHost() + ":" + GetEnvPort()},
<1>
"hosts": []string{GetEnvHost() + ":" + GetEnvPort()}, <1>
}
}
Expand Down Expand Up @@ -268,9 +267,7 @@ func TestFetch(t *testing.T) {
t.Fatalf("Expected 0 errord, had %d. %v\n", len(errs), errs)
}
assert.NotEmpty(t, events)
<2>
assert.NotEmpty(t, events) <2>
}
Expand Down

0 comments on commit b2d0cfa

Please sign in to comment.