mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-14 23:31:02 +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>