This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
fix formatting of panicf function
pull/1780/head
Anton Kaliaev
7 years ago
parent
0176a834d1
commit
03fafeec2f
No known key found for this signature in database
GPG Key ID:
7B6881D965918214
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/test_app/app.go
+ 1
- 1
tests/test_app/app.go
View File
@ -99,5 +99,5 @@ func deliverTx(client abcicli.Client, txBytes []byte, codeExp types.CodeType, da
}
*
/
func
panicf
(
format
string
,
a
...
interface
{
}
)
{
panic
(
fmt
.
Sprintf
(
format
,
a
)
)
panic
(
fmt
.
Sprintf
(
format
,
a
...
)
)
}
Write
Preview
Loading…
Cancel
Save