mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc, fmt: use map{key: value} syntax for map literals (#8623)
This commit is contained in:
@@ -20,7 +20,7 @@ pub const (
|
||||
)
|
||||
|
||||
pub const (
|
||||
external_module_dependencies_for_tool = {
|
||||
external_module_dependencies_for_tool = map{
|
||||
'vdoc': ['markdown']
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user