mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
scanner: fix indent error for line comment generated by vdoc (#18422)
This commit is contained in:
@ -24,7 +24,7 @@ const (
|
||||
u64(1e14),
|
||||
u64(1e15),
|
||||
u64(1e16),
|
||||
u64(1e17)
|
||||
u64(1e17),
|
||||
// We only need to find the length of at most 17 digit numbers.
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user