We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v fmt -w vlib/v2/pref/
1 parent 67e241a commit 91c7649Copy full SHA for 91c7649
1 file changed
vlib/v2/pref/pref.v
@@ -85,8 +85,8 @@ pub fn new_preferences_from_args(args []string) Preferences {
85
arch: arch
86
output_file: output_file
87
// Explicitly set defaults since cleanc doesn't handle struct default values
88
- vroot: os.dir(@VEXE)
89
- vmodules_path: os.vmodules_dir()
+ vroot: os.dir(@VEXE)
+ vmodules_path: os.vmodules_dir()
90
}
91
92
0 commit comments