Skip to content

Commit

Permalink
fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Apr 14, 2019
1 parent a6ff0cc commit e4930aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,16 +467,16 @@ overwrite: true 的情况下, 这些新字段会覆盖老字段(如果有的话)
Convert:
fields:
time_taken:
remove_if_fail: false
setto_if_fail: 0
remove_if_fail: false
setto_if_fail: 0
to: float
sc_bytes:
to: int
remove_if_fail: true
remove_if_fail: true
status:
to: bool
remove_if_fail: false
setto_if_fail: true
remove_if_fail: false
setto_if_fail: true
```

#### remove_if_fail
Expand Down

0 comments on commit e4930aa

Please sign in to comment.