mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: remove parenthesis around single ident (#9696)
This commit is contained in:
@ -188,7 +188,7 @@ const (
|
||||
const (
|
||||
sublang_neutral = 0x00
|
||||
sublang_default = 0x01
|
||||
lang_neutral = (sublang_neutral)
|
||||
lang_neutral = sublang_neutral
|
||||
)
|
||||
|
||||
// Ref - https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes--12000-15999-
|
||||
|
Reference in New Issue
Block a user