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

parser: fix silent errors (#7271)

This commit is contained in:
Daniel Däschle
2020-12-12 04:06:09 +01:00
committed by GitHub
parent a26e1e6e13
commit 11808f9fa3
6 changed files with 16 additions and 8 deletions

View File

@ -47,7 +47,7 @@ struct Theme {
}
const (
themes = [
themes = [
&Theme{
bg_color: gx.rgb(250, 248, 239)
padding_color: gx.rgb(143, 130, 119)