mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-25 10:33:45 +02:00
Convert hard tabs to soft.
This commit is contained in:
parent
1dc31db4e1
commit
fa9a943215
7 changed files with 259 additions and 259 deletions
|
|
@ -9,9 +9,9 @@ package utils
|
|||
// ---------------------------------------------------------
|
||||
|
||||
func JsonGetInt64(input interface{}) (int64) {
|
||||
v, res := input.(float64)
|
||||
if res {
|
||||
return (int64) (v)
|
||||
}
|
||||
return 0
|
||||
v, res := input.(float64)
|
||||
if res {
|
||||
return (int64) (v)
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue