mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185)
This commit is contained in:
parent
234fb8e2b0
commit
008aaad999
284 changed files with 2539 additions and 2572 deletions
|
@ -16,5 +16,5 @@ pub mut:
|
|||
const params = &UIParams{}
|
||||
|
||||
pub fn get_params() &UIParams {
|
||||
return objects.params
|
||||
return params
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue