mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: remove commas between enum vals
This commit is contained in:
@ -122,8 +122,8 @@ struct Ray {
|
||||
|
||||
// material types, used in radiance()
|
||||
enum Refl_t {
|
||||
diff,
|
||||
spec,
|
||||
diff
|
||||
spec
|
||||
refr
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user