1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ensure that v fmt can be run over most .v files on each PR

This commit is contained in:
vitalyster
2019-12-25 15:54:48 +03:00
committed by Alexander Medvednikov
parent ccb041c831
commit 1d86f4b5d1
9 changed files with 101 additions and 41 deletions

View File

@@ -36,7 +36,7 @@ const (
const(
fnv64_prime = 1099511628211
fnv64_offset_basis = u64(14695981039346656037)
fnv64_offset_basis = 14695981039346656037
)
const(