mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-26 09:54:19 +00:00
go fmt
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func Panicf(s string, args ...interface{}) {
|
||||
panic(fmt.Sprintf(s, args...))
|
||||
panic(fmt.Sprintf(s, args...))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user