Skip to content

Commit

Permalink
ci,parser: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Aug 14, 2023
1 parent 8306766 commit 85de148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlib/v/parser/parser.v
Expand Up @@ -192,7 +192,6 @@ const normalised_working_folder = (os.real_path(os.getwd()) + os.path_separator)
'/')

pub fn (mut p Parser) set_path(path string) {
p.xx
p.file_name = path
p.file_base = os.base(path)
p.file_name_dir = os.dir(path)
Expand Down

0 comments on commit 85de148

Please sign in to comment.