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

fmt: reset const field align after multi line exprs (#9916)

This commit is contained in:
Lukas Neubert
2021-04-29 01:17:37 +02:00
committed by GitHub
parent c82c8059cf
commit dee733aae4
14 changed files with 101 additions and 53 deletions

View File

@@ -4,12 +4,12 @@ import os
const (
help_text = ' Usage:\t./VCasino\n
Description:\n VCasino is a little game only made to learn V.\n'
g_desc = " The object of Roulette is to pick the number where the spinning ball will land on the wheel.
g_desc = " The object of Roulette is to pick the number where the spinning ball will land on the wheel.
If your number is the good one, you'll get your bet x3.
If your number is the same color as the ball one, you'll get your bet /2.
Otherwise, you will lose your bet.\n"
odd = 'red'
even = 'black'
odd = 'red'
even = 'black'
)
struct Options {