mirror of
https://github.com/prometheus/prometheus.git
synced 2026-01-25 18:41:40 +01:00
Since the Target object was just created in this function, nobody else has a reference to it and there are no concerns about it being modified concurrently so we don't need to copy the value. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>