Skip to content

Commit 91c7649

Browse files
committed
ci: run v fmt -w vlib/v2/pref/
1 parent 67e241a commit 91c7649

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎vlib/v2/pref/pref.v‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ pub fn new_preferences_from_args(args []string) Preferences {
8585
arch: arch
8686
output_file: output_file
8787
// Explicitly set defaults since cleanc doesn't handle struct default values
88-
vroot: os.dir(@VEXE)
89-
vmodules_path: os.vmodules_dir()
88+
vroot: os.dir(@VEXE)
89+
vmodules_path: os.vmodules_dir()
9090
}
9191
}
9292

0 commit comments

Comments
 (0)