Richard Crowley 12 년 전
부모
커밋
603c96db48
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      registry.go

+ 0 - 1
registry.go

@@ -23,7 +23,6 @@ type Registry interface {
 
 	// Unregister the metric with the given name.
 	Unregister(string)
-
 }
 
 // The standard implementation of a Registry is a mutex-protected map