mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
strconv: fix format_dec example
This commit is contained in:
parent
2596b0c612
commit
845084c89d
@ -202,7 +202,7 @@ pub fn f64_to_str_lnd(f f64, dec_digit int) string {
|
||||
* Single format functions
|
||||
*
|
||||
******************************************************************************/
|
||||
struct BF_param {
|
||||
pub struct BF_param {
|
||||
pad_ch byte = ` ` // padding char
|
||||
len0 int = -1 // default len for whole the number or string
|
||||
len1 int = 6 // number of decimal digits, if needed
|
||||
|
@ -1,4 +1,3 @@
|
||||
import os
|
||||
import strconv
|
||||
|
||||
fn test_format(){
|
||||
|
Loading…
Reference in New Issue
Block a user