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