Skip to content

Commit c774311

Browse files
authored
Fix errNotImplemented reference (#1835)
Signed-off-by: Arve Knudsen <[email protected]>
1 parent db4db7b commit c774311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/process_collector_mem_nocgo_darwin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
package prometheus
1717

1818
func getMemory() (*memoryInfo, error) {
19-
return nil, notImplementedErr
19+
return nil, errNotImplemented
2020
}
2121

2222
// describe returns all descriptions of the collector for Darwin.

0 commit comments

Comments
 (0)