mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
address pr feedback
This commit is contained in:
@@ -379,10 +379,6 @@ func (a *Agent) Trace(serverID, nodeID string, seconds int, q *QueryOptions) ([]
|
||||
// The call blocks until the profile finishes, and returns the raw bytes of the
|
||||
// profile.
|
||||
func (a *Agent) Profile(serverID, nodeID, profile string, debug int, q *QueryOptions) ([]byte, error) {
|
||||
if q == nil {
|
||||
q = &QueryOptions{}
|
||||
}
|
||||
|
||||
if q == nil {
|
||||
q = &QueryOptions{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user