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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user